mirror of
https://github.com/MariaDB/server.git
synced 2026-05-18 04:47:15 +02:00
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:
parent
64a743fc81
commit
de0324c146
2 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue