mirror of
https://github.com/MariaDB/server.git
synced 2025-05-11 13:21:44 +03:00
5 lines
132 B
Plaintext
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);
|