diff options
Diffstat (limited to 'mysql-test/suite/binlog/r/binlog_row_annotate.result')
-rw-r--r-- | mysql-test/suite/binlog/r/binlog_row_annotate.result | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/suite/binlog/r/binlog_row_annotate.result b/mysql-test/suite/binlog/r/binlog_row_annotate.result index ffd8c530a44..e7b695c00d9 100644 --- a/mysql-test/suite/binlog/r/binlog_row_annotate.result +++ b/mysql-test/suite/binlog/r/binlog_row_annotate.result @@ -1,3 +1,5 @@ +set @old_binlog_checksum=@@binlog_checksum; +set global binlog_checksum=NONE; ##################################################################################### # The following Annotate_rows events should appear below: # - INSERT INTO test2.t2 VALUES (1), (2), (3) |