mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
MDEV-8429: Change binlog_checksum default to match MySQL 5.6.6+
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
set sql_mode="";
|
||||
set global binlog_checksum=NONE;
|
||||
drop table if exists t1;
|
||||
reset master;
|
||||
set @a=UNIX_TIMESTAMP("2020-01-21 15:32:22");
|
||||
@@ -1627,3 +1628,4 @@ ROLLBACK /* added by mysqlbinlog */;
|
||||
|
||||
--- end of test --
|
||||
drop table t1;
|
||||
set global binlog_checksum=default;
|
||||
|
Reference in New Issue
Block a user