1
0
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:
Oleksandr Byelkin
2016-05-16 16:32:45 +02:00
parent f6a7c1c75a
commit 485ece6da9
37 changed files with 1571 additions and 1499 deletions

View File

@@ -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