1
0
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:
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

@@ -509,6 +509,7 @@ master-bin.000001 # Query # # COMMIT
master-bin.000001 # Gtid # # BEGIN GTID #-#-#
master-bin.000001 # Query # # use `mysql`; DELETE FROM user WHERE host='localhost' AND user='@#@'
master-bin.000001 # Query # # COMMIT
master-bin.000001 # Rotate # # master-bin.000002;pos=POS
drop table t1,t2,t3,tt1;
reset master;
create table t1 (a int not null auto_increment, primary key (a)) engine=myisam;