Skip to content

Commit

Permalink
Merge MDEV-7910 into 10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
knielsen committed Apr 8, 2015
2 parents 7ee1a41 + b3c7c8c commit 82b9eb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mysql-test/suite/innodb/t/binlog_consistent.test
Expand Up @@ -103,6 +103,7 @@ eval INSERT INTO t3 VALUES (11, '$bigdata');
# So here, we check that the values are consistent with SHOW MASTER STATUS,
# which uses a different code path and did not have the bug.

--source include/wait_for_binlog_checkpoint.inc
--let $snap_file= query_get_value(SHOW STATUS LIKE 'binlog_snapshot_file', Value, 1)
--let $snap_pos= query_get_value(SHOW STATUS LIKE 'binlog_snapshot_position', Value, 1)

Expand Down

0 comments on commit 82b9eb5

Please sign in to comment.