diff options
Diffstat (limited to 'mysql-test/suite/binlog/r/binlog_checkpoint.result')
-rw-r--r-- | mysql-test/suite/binlog/r/binlog_checkpoint.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/binlog/r/binlog_checkpoint.result b/mysql-test/suite/binlog/r/binlog_checkpoint.result index 8a57b26ebb0..2ce9ed760f5 100644 --- a/mysql-test/suite/binlog/r/binlog_checkpoint.result +++ b/mysql-test/suite/binlog/r/binlog_checkpoint.result @@ -115,3 +115,4 @@ master-bin.000006 # DROP TABLE t1, t2; SET GLOBAL max_binlog_size= @old_max_binlog_size; SET GLOBAL innodb_flush_log_at_trx_commit= @old_innodb_flush_log_at_trx_commit; +SET debug_sync = 'reset'; |