mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-10-18 00:14:12 +00:00
Remove MySQLDump from pt-table-checksum. Use "$tp" instead of "$du" in SchemaIterator.
This commit is contained in:
@@ -343,8 +343,8 @@ sub _iterate_dbh {
|
||||
|
||||
if ( !$engine || $self->engine_is_allowed($engine) ) {
|
||||
my $ddl;
|
||||
if ( my $du = $self->{TableParser} ) {
|
||||
$ddl = $du->get_create_table($dbh, $self->{db}, $tbl);
|
||||
if ( my $tp = $self->{TableParser} ) {
|
||||
$ddl = $tp->get_create_table($dbh, $self->{db}, $tbl);
|
||||
}
|
||||
|
||||
return {
|
||||
|
Reference in New Issue
Block a user