1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-13 01:01:44 +03:00
mariadb/mysql-test/suite/innodb_plugin/t/innodb_bug54044.test
2011-06-07 18:13:02 +02:00

5 lines
139 B
Plaintext

--source include/have_innodb_plugin.inc
CREATE TEMPORARY TABLE table_54044 ENGINE = INNODB
AS SELECT IF(NULL IS NOT NULL, NULL, NULL);