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: Kristian Nielsen <knielsen@knielsen-hq.org>
This commit is contained in:
Kristian Nielsen 2023-11-15 13:09:03 +01:00
commit de0324c146
2 changed files with 3 additions and 0 deletions

View file

@ -1,3 +1,4 @@
RESET MASTER;
#
# MDEV-30698 Cover missing test cases for mariadb-binlog options
# --raw [and] --flashback

View file

@ -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