Revert "Turn off statement based binlog checks"

This commit is contained in:
Carlos Salguero
2017-09-21 11:31:36 -03:00
committed by GitHub
parent f8fc4fad40
commit 89e700c3c3

View File

@@ -9332,7 +9332,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.
@@ -9361,7 +9361,6 @@ 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