mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
Fixed portablity problem
Removed warnings from mysqltest scripts
This commit is contained in:
parent
73238029bc
commit
93f246d4c1
10 changed files with 20 additions and 20 deletions
|
|
@ -1588,7 +1588,7 @@ INSERT INTO t1 (id) VALUES (NULL);
|
|||
SELECT * FROM t1;
|
||||
DROP TABLE t2, t1;
|
||||
|
||||
-- Test that foreign keys in temporary tables are not accepted (bug #12084)
|
||||
# Test that foreign keys in temporary tables are not accepted (bug #12084)
|
||||
eval CREATE TABLE t1
|
||||
(
|
||||
id INT PRIMARY KEY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue