summaryrefslogtreecommitdiff
path: root/mysql-test/suite/binlog/t/binlog_row_annotate.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/binlog/t/binlog_row_annotate.test')
-rw-r--r--mysql-test/suite/binlog/t/binlog_row_annotate.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/suite/binlog/t/binlog_row_annotate.test b/mysql-test/suite/binlog/t/binlog_row_annotate.test
index e831b29df00..3221f8e012d 100644
--- a/mysql-test/suite/binlog/t/binlog_row_annotate.test
+++ b/mysql-test/suite/binlog/t/binlog_row_annotate.test
@@ -25,6 +25,7 @@
--disable_query_log
set sql_mode="";
+set global binlog_checksum=NONE;
# Fix timestamp to avoid varying results
SET timestamp=1000000000;
@@ -182,6 +183,7 @@ let $MYSQLD_DATADIR= `select @@datadir`;
# Clean-up
--disable_query_log
+set global binlog_checksum=default;
DROP DATABASE test1;
DROP DATABASE test2;
DROP DATABASE test3;