mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-28 17:15:44 +00:00
Skipped another plan check. Skipped running explain when unnecessary. Added test. Fixed test that set check-plan off by default
This commit is contained in:
@@ -124,7 +124,11 @@ like(
|
||||
{
|
||||
my $o = new OptionParser(file => "$trunk/bin/pt-table-checksum");
|
||||
$o->get_specs();
|
||||
|
||||
$o->set('check-plan', 1); # check-plan is true by default
|
||||
|
||||
no warnings;
|
||||
|
||||
local *pt_online_schema_change::explain_statement = sub {
|
||||
return { key => 'some_key' }
|
||||
};
|
||||
|
Reference in New Issue
Block a user