Make t/lib/samples/slowlogs/slow051.txt syntactically correct.

This commit is contained in:
Daniel Nichter
2013-08-03 11:55:27 -07:00
parent 3c9490bbef
commit 8732b27e4e

View File

@@ -1,6 +1,6 @@
# Time: 071218 11:48:27
# Query_time: 0.000012 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
LOAD DATA INFILE '/tmp/foo.txt' INTO db.tbl;
LOAD DATA INFILE '/tmp/foo.txt' INTO TABLE db.tbl;
# Time: 071218 11:48:37
# Query_time: 0.000012 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
LOAD DATA INFILE '/tmp/bar.txt' INTO db.tbl;
LOAD DATA INFILE '/tmp/bar.txt' INTO TABLE db.tbl;