mirror of
https://github.com/MariaDB/server.git
synced 2025-05-05 16:59:35 +03:00
4 lines
159 B
Plaintext
4 lines
159 B
Plaintext
CREATE TEMPORARY TABLE table_54044 ENGINE = INNODB
|
|
AS SELECT IF(NULL IS NOT NULL, NULL, NULL);
|
|
ERROR HY000: Can't create table 'test.table_54044' (errno: -1)
|