Skip to content

Commit

Permalink
MDEV-29866: Add RESET MASTER to clear possible remaining binlog from …
Browse files Browse the repository at this point in the history
…previous test
  • Loading branch information
mariadb-AngeliqueSklavounos committed Nov 9, 2022
1 parent e616c9a commit 7aa8b20
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
RESET MASTER;
#
# Verify that SET string values and character sets can be printed correctly
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
RESET MASTER;
#
# Verify that SET string values and character sets can be printed correctly
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
RESET MASTER;
#
# Verify that SET string values and character sets can be printed correctly
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
--let $MYSQLD_DATADIR= `select @@datadir`
--let $binlog_file= $MYSQLD_DATADIR/master-bin.000001

RESET MASTER;
--echo #
--echo # Verify that SET string values and character sets can be printed correctly
--echo #
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
--let $MYSQLD_DATADIR= `select @@datadir`
--let $binlog_file= $MYSQLD_DATADIR/master-bin.000001

RESET MASTER;
--echo #
--echo # Verify that SET string values and character sets can be printed correctly
--echo #
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
--let $MYSQLD_DATADIR= `select @@datadir`
--let $binlog_file= $MYSQLD_DATADIR/master-bin.000001

RESET MASTER;
--echo #
--echo # Verify that SET string values and character sets can be printed correctly
--echo #
Expand Down

0 comments on commit 7aa8b20

Please sign in to comment.