mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-8429: Change binlog_checksum default to match MySQL 5.6.6+
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
set @save_binlog_checksum= @@global.binlog_checksum;
|
||||
set @@global.binlog_checksum = default;
|
||||
|
||||
select @@global.binlog_checksum as 'must be NONE by default';
|
||||
select @@global.binlog_checksum as 'must be CRC32 by default';
|
||||
--error ER_INCORRECT_GLOBAL_LOCAL_VAR
|
||||
select @@session.binlog_checksum as 'no session var';
|
||||
|
||||
|
Reference in New Issue
Block a user