mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-12-22 03:00:29 +08:00
test
This commit is contained in:
@@ -200,6 +200,13 @@ sub new {
|
||||
nibble_sql => $nibble_sql,
|
||||
explain_ub_sql => "EXPLAIN $ub_sql",
|
||||
explain_nibble_sql => $explain_nibble_sql,
|
||||
sql => {
|
||||
columns => $asc->{scols},
|
||||
from => $from,
|
||||
where => $args{where},
|
||||
boundaries => $asc->{boundaries},
|
||||
order_by => $order_by,
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
@@ -339,6 +346,11 @@ sub set_chunk_size {
|
||||
return;
|
||||
}
|
||||
|
||||
sub sql {
|
||||
my ($self) = @_;
|
||||
return $self->{sql};
|
||||
}
|
||||
|
||||
sub _find_best_index {
|
||||
my (%args) = @_;
|
||||
my @required_args = qw(tbl TableParser dbh Quoter);
|
||||
|
||||
Reference in New Issue
Block a user