mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-23 12:47:56 +00:00
Fix SET @@binlog_format statement.
This commit is contained in:
@@ -5882,7 +5882,7 @@ sub main {
|
||||
|
||||
return if $o->get('explain');
|
||||
|
||||
my $sql = 'SET /*!50108 @@binlog_format := "STATEMENT"*/';
|
||||
my $sql = '/*!50108 SET @@binlog_format := "STATEMENT"*/';
|
||||
PTDEBUG && _d($dbh, $sql);
|
||||
$dbh->do($sql);
|
||||
|
||||
|
Reference in New Issue
Block a user