Commit 01b65e90 authored by unknown's avatar unknown
Browse files

Remove spurios junk in result file caused by previous missing semicolon

parent 77c97139
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -4913,8 +4913,7 @@ bonfire
Colombo
nondecreasing
DROP TABLE t1;
ALTER TABLE t2 RENAME t1
#;
ALTER TABLE t2 RENAME t1;
DROP TABLE t1;
CREATE TABLE t1 (
Period smallint(4) unsigned zerofill DEFAULT '0000' NOT NULL,