mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 05:00:45 +00:00
Use si_dbh for SchemaIterator instead of the main dbh.
This commit is contained in:
@@ -5013,7 +5013,7 @@ sub main {
|
||||
|
||||
my $schema = new Schema();
|
||||
my $schema_itr = new SchemaIterator(
|
||||
dbh => $dbh,
|
||||
dbh => $si_dbh,
|
||||
OptionParser => $o,
|
||||
Quoter => $q,
|
||||
TableParser => $tp,
|
||||
|
Reference in New Issue
Block a user