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

5 lines
132 B
Plaintext

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