mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 13:40:07 +00:00
Make t/lib/samples/slowlogs/slow051.txt syntactically correct.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Time: 071218 11:48:27
|
# Time: 071218 11:48:27
|
||||||
# Query_time: 0.000012 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
|
# 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
|
# Time: 071218 11:48:37
|
||||||
# Query_time: 0.000012 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
|
# 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;
|
||||||
|
Reference in New Issue
Block a user