mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-8429: Change binlog_checksum default to match MySQL 5.6.6+
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user