Skip to content
Permalink
Browse files
MDEV-29866: Add RESET MASTER to clear possible remaining binlog from …
…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.
@@ -1,3 +1,4 @@
RESET MASTER;
#
# Verify that SET string values and character sets can be printed correctly
#
@@ -1,3 +1,4 @@
RESET MASTER;
#
# Verify that SET string values and character sets can be printed correctly
#
@@ -1,3 +1,4 @@
RESET MASTER;
#
# Verify that SET string values and character sets can be printed correctly
#
@@ -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 #
@@ -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 #
@@ -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 #

0 comments on commit 7aa8b20

Please sign in to comment.