From 4d1ab843f19c0e9cc10e72204e81a9ed24dd0a80 Mon Sep 17 00:00:00 2001 From: Carlos Salguero Date: Tue, 31 Oct 2017 16:27:13 -0300 Subject: [PATCH] PT-139 Passing channel param to the masterslave lib --- bin/pt-table-checksum | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/pt-table-checksum b/bin/pt-table-checksum index 481a5670..789e33ed 100755 --- a/bin/pt-table-checksum +++ b/bin/pt-table-checksum @@ -9502,6 +9502,7 @@ sub main { OptionParser => $o, DSNParser => $dp, Quoter => $q, + channel => $o->get('channel') ); my $slaves = []; # all slaves (that we can find)