mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-10-19 17:04:00 +00:00
Update alter_active_table.t and fix NibbleIterator to handle a growing table.
This commit is contained in:
@@ -58,7 +58,7 @@ sub new {
|
||||
|
||||
my $q = $self->{Quoter};
|
||||
my $o = $self->{OptionParser};
|
||||
my $where = $o->get('where');
|
||||
my $where = $o->has('where') ? $o->get('where') : undef;
|
||||
|
||||
# If it's not a single nibble table, init our special statements.
|
||||
if ( !$self->one_nibble() ) {
|
||||
|
Reference in New Issue
Block a user