mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 21:51:21 +00:00
Merge pull request #193 from jacobbednarz/3.0
Turn off statement based binlog checks
This commit is contained in:
@@ -9302,7 +9302,7 @@ sub main {
|
||||
. ": $EVAL_ERROR";
|
||||
}
|
||||
|
||||
|
||||
if ( $o->get('check-binlog-format') ) {
|
||||
# https://bugs.launchpad.net/percona-toolkit/+bug/919352
|
||||
# The tool shouldn't blindly attempt to change binlog_format;
|
||||
# instead, it should check if it's already set to STATEMENT.
|
||||
@@ -9331,6 +9331,7 @@ sub main {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
# Set transaction isolation level. We set binlog_format to STATEMENT,
|
||||
# but if the transaction isolation level is set to READ COMMITTED and the
|
||||
|
Reference in New Issue
Block a user