mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Remove spurious printout in result file caused by previous missing semicolon
This commit is contained in:
@ -935,7 +935,6 @@ zyxwvutsrqponmlkjihgfedcbazyxwvutsrqponmlkjihgfedcbazyxwvutsrqponmlkjihgfedcbazy
|
|||||||
flush query cache;
|
flush query cache;
|
||||||
drop table t1, t2;
|
drop table t1, t2;
|
||||||
set GLOBAL query_cache_size=1355776;
|
set GLOBAL query_cache_size=1355776;
|
||||||
#;
|
|
||||||
flush status;
|
flush status;
|
||||||
CREATE TABLE t1 (
|
CREATE TABLE t1 (
|
||||||
`date` datetime NOT NULL default '0000-00-00 00:00:00',
|
`date` datetime NOT NULL default '0000-00-00 00:00:00',
|
||||||
|
Reference in New Issue
Block a user