mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / suite / innodb_plugin / r / innodb_bug54044.result
blob90ab812f2ae6e3e18099f9202fa6912305190f76
1 CREATE TEMPORARY TABLE table_54044 ENGINE = INNODB
2 AS SELECT IF(NULL  IS NOT NULL, NULL, NULL);
3 ERROR HY000: Can't create table 'test.table_54044' (errno: -1)