mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 21:54:48 +00:00
Fix a bazillion tests with ANSI sql_mode, and get rid of a bunch of MySQLDump usage.
This commit is contained in:
@@ -48,7 +48,7 @@ my $qv = new QueryReview(
|
||||
dbh => $dbh,
|
||||
db_tbl => '`test`.`query_review`',
|
||||
tbl_struct => $tbl_struct,
|
||||
ts_default => '"2009-01-01"',
|
||||
ts_default => "'2009-01-01'",
|
||||
quoter => $q,
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user