mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-12 14:18:32 +00:00
Revert "Turn off statement based binlog checks"
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user