diff options
Diffstat (limited to 'mysql-test/suite/binlog/t/binlog_mysqlbinlog2.test')
-rw-r--r-- | mysql-test/suite/binlog/t/binlog_mysqlbinlog2.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/suite/binlog/t/binlog_mysqlbinlog2.test b/mysql-test/suite/binlog/t/binlog_mysqlbinlog2.test index 76d6abf4d18..c3fa7ba3891 100644 --- a/mysql-test/suite/binlog/t/binlog_mysqlbinlog2.test +++ b/mysql-test/suite/binlog/t/binlog_mysqlbinlog2.test @@ -6,6 +6,7 @@ -- source include/binlog_start_pos.inc set sql_mode=""; +set global binlog_checksum=NONE; --disable_warnings drop table if exists t1; --enable_warnings @@ -185,4 +186,5 @@ select "--- end of test --" as ""; --enable_query_log drop table t1; +set global binlog_checksum=default; # End of 4.1 tests |