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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user