From 9c4517f55f32280c5958d1bf9279bf77eaa7929b Mon Sep 17 00:00:00 2001 From: Daniel Nichter Date: Fri, 5 Oct 2012 16:28:45 -0600 Subject: [PATCH] Merge fix for bug 1062563. --- bin/pt-table-checksum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pt-table-checksum b/bin/pt-table-checksum index 733206c9..c6a26d7a 100755 --- a/bin/pt-table-checksum +++ b/bin/pt-table-checksum @@ -8580,7 +8580,7 @@ sub main { } else { PTDEBUG && _d('Will check slave lag on all slaves'); - $slave_lag_cxns = $slaves; + $slave_lag_cxns = [ map { $_ } @$slaves ]; } # Cluster nodes aren't slaves, so SHOW SLAVE STATUS doesn't work.