mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-10-19 00:43:58 +00:00
Some fixes for ANSI SQL quotes
This commit is contained in:
@@ -182,7 +182,7 @@ sub set_checksum_queries {
|
||||
|
||||
sub prepare_sync_cycle {
|
||||
my ( $self, $host ) = @_;
|
||||
my $sql = 'SET @crc := "", @cnt := 0';
|
||||
my $sql = q{SET @crc := '', @cnt := 0};
|
||||
PTDEBUG && _d($sql);
|
||||
$host->{dbh}->do($sql);
|
||||
return;
|
||||
|
Reference in New Issue
Block a user