Commit 7aa8b209 authored by asklavou's avatar asklavou

MDEV-29866: Add RESET MASTER to clear possible remaining binlog from previous test

parent e616c9a0
RESET MASTER;
#
# Verify that SET string values and character sets can be printed correctly
#
......
RESET MASTER;
#
# Verify that SET string values and character sets can be printed correctly
#
......
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 #
......
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