Commit 7e5ed189 authored by unknown's avatar unknown

Add missing semicolon in csv test


mysql-test/t/csv.test:
  Add missing semicolon
parent 28eac83e
......@@ -1295,7 +1295,7 @@ SELECT fld3 FROM t2;
#
DROP TABLE t1;
ALTER TABLE t2 RENAME t1
ALTER TABLE t2 RENAME t1;
#
# Drop and recreate
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment