mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 21:19:59 +00:00
PT-139 Passing channel param to the masterslave lib
This commit is contained in:
@@ -9502,6 +9502,7 @@ sub main {
|
|||||||
OptionParser => $o,
|
OptionParser => $o,
|
||||||
DSNParser => $dp,
|
DSNParser => $dp,
|
||||||
Quoter => $q,
|
Quoter => $q,
|
||||||
|
channel => $o->get('channel')
|
||||||
);
|
);
|
||||||
|
|
||||||
my $slaves = []; # all slaves (that we can find)
|
my $slaves = []; # all slaves (that we can find)
|
||||||
|
Reference in New Issue
Block a user