summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/t/group_commit_binlog_pos.test
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2016-05-16 16:32:45 +0200
committerOleksandr Byelkin <sanja@mariadb.com>2016-05-20 09:46:03 +0200
commit485ece6da9fcbfcc630c2b88aa9e9e42e36e3a50 (patch)
tree7f8de0bb46086c6d8029fb704be93564f3b86966 /mysql-test/suite/innodb/t/group_commit_binlog_pos.test
parentf6a7c1c75ac68dbd23c0666bf586126c2e5b3617 (diff)
downloadmariadb-git-485ece6da9fcbfcc630c2b88aa9e9e42e36e3a50.tar.gz
MDEV-8429: Change binlog_checksum default to match MySQL 5.6.6+
Diffstat (limited to 'mysql-test/suite/innodb/t/group_commit_binlog_pos.test')
-rw-r--r--mysql-test/suite/innodb/t/group_commit_binlog_pos.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/innodb/t/group_commit_binlog_pos.test b/mysql-test/suite/innodb/t/group_commit_binlog_pos.test
index f1332d6dd6a..7148733dc43 100644
--- a/mysql-test/suite/innodb/t/group_commit_binlog_pos.test
+++ b/mysql-test/suite/innodb/t/group_commit_binlog_pos.test
@@ -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