Merge pull request #909 from percona/PT-2400-pt-table-checksum_reports_the_error_for_warning_code_4164

PT-2400 - pt-table-checksum reports the error for warning code 4164
This commit is contained in:
Sveta Smirnova
2025-01-14 18:17:30 +03:00
committed by GitHub
3 changed files with 84 additions and 1 deletions

View File

@@ -11075,7 +11075,7 @@ sub main {
. "(db, tbl, chunk, chunk_index,"
. " lower_boundary, upper_boundary, this_cnt, this_crc) "
. "SELECT"
. ($cluster->is_cluster_node($source_cxn) ? ' /*!99997*/' : '')
. ($cluster->is_cluster_node($source_cxn) ? ' /*!99997 */' : '')
. " ?, ?, ?, ?, ?, ?,";
my $past_cols = " COUNT(*), '0'";