Commit de0324c1 authored by Kristian Nielsen's avatar Kristian Nielsen

MDEV-29402: Test sequence binlog.binlog_mdev717 binlog.binlog_mysqlbinlog_raw_flush fails

Reset the GTID sequence at the start of test so earlier run tests does not
influence the expected GTID sequence.
Signed-off-by: default avatarKristian Nielsen <knielsen@knielsen-hq.org>
parent 64a743fc
RESET MASTER;
#
# MDEV-30698 Cover missing test cases for mariadb-binlog options
# --raw [and] --flashback
......
......@@ -20,6 +20,8 @@
--source include/linux.inc
--source include/have_log_bin.inc
# Test needs to reset the binlog as it is checking specific GTID.
RESET MASTER;
--echo #
--echo # MDEV-30698 Cover missing test cases for mariadb-binlog options
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment