mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-26 01:02:25 +08:00
Fix get_tables() for LOAD DATA.
This commit is contained in:
@@ -828,6 +828,12 @@ is_deeply(
|
||||
[qw(t1 t2)], 'get_tables works for lowercased LOCK TABLES',
|
||||
);
|
||||
|
||||
is_deeply(
|
||||
[ $qp->get_tables("LOAD DATA INFILE '/tmp/foo.txt' INTO TABLE db.tbl") ],
|
||||
[qw(db.tbl)],
|
||||
"LOAD DATA db.tbl"
|
||||
);
|
||||
|
||||
# #############################################################################
|
||||
# Done.
|
||||
# #############################################################################
|
||||
|
||||
Reference in New Issue
Block a user