mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-11 01:01:36 +08:00
PT-1574 Fixed undefs handling
This commit is contained in:
@@ -53,6 +53,9 @@ $sb->load_file('master', "t/pt-online-schema-change/samples/pt-1574.sql");
|
||||
stderr => 1,
|
||||
);
|
||||
|
||||
my $sql_mode = $dbh->selectcol_arrayref('SELECT @@sql_mode');
|
||||
warn Data::Dumper::Dumper($sql_mode);
|
||||
|
||||
isnt(
|
||||
$exit_status,
|
||||
0,
|
||||
|
||||
Reference in New Issue
Block a user