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

@ -97,7 +97,7 @@ SELECT * FROM t1 ORDER BY a;
# for the end of the second transaction (as can be checked with
# mysqlbinlog).
let $MYSQLD_DATADIR= `SELECT @@datadir`;
let pos=`select $binlog_start_pos + 678`;
let pos=`select $binlog_start_pos + 730`;
--replace_result $pos <pos>
--exec grep 'InnoDB: Last MySQL binlog file position' $MYSQLD_DATADIR/../../log/mysqld.1.err | tail -1