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