mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-28 08:51:44 +00:00
Fix a bazillion tests with ANSI sql_mode, and get rid of a bunch of MySQLDump usage.
This commit is contained in:
@@ -117,7 +117,7 @@ $dbh->do('drop table if exists test.heartbeat'); # This will kill it
|
||||
$dbh->do('drop table if exists test.heartbeat');
|
||||
diag(`$cmd --update --run-time 1s --database test --table heartbeat --create-table`);
|
||||
$dbh->do('use test');
|
||||
$output = $dbh->selectcol_arrayref('SHOW TABLES LIKE "heartbeat"');
|
||||
$output = $dbh->selectcol_arrayref("SHOW TABLES LIKE 'heartbeat'");
|
||||
is(
|
||||
$output->[0],
|
||||
'heartbeat',
|
||||
|
Reference in New Issue
Block a user