Using the command:
CREATE TABLE IF NOT EXISTS `test`.`t1` ( `col` VARCHAR(16) NOT NULL ) ENGINE=MEMORY;
Running this twice in the MySQL Que
Works fine for me in 5.0.27
I just get a warning (not an error) that the table exists;