Merge pull request #193 from jacobbednarz/3.0

Turn off statement based binlog checks
This commit is contained in:
Carlos Salguero
2017-05-24 14:21:54 -03:00
committed by GitHub

View File

@@ -9302,7 +9302,7 @@ sub main {
. ": $EVAL_ERROR"; . ": $EVAL_ERROR";
} }
if ( $o->get('check-binlog-format') ) {
# https://bugs.launchpad.net/percona-toolkit/+bug/919352 # https://bugs.launchpad.net/percona-toolkit/+bug/919352
# The tool shouldn't blindly attempt to change binlog_format; # The tool shouldn't blindly attempt to change binlog_format;
# instead, it should check if it's already set to STATEMENT. # 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, # Set transaction isolation level. We set binlog_format to STATEMENT,
# but if the transaction isolation level is set to READ COMMITTED and the # but if the transaction isolation level is set to READ COMMITTED and the