summaryrefslogtreecommitdiff
path: root/mysql-test/t/mysqlbinlog_row_big.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/mysqlbinlog_row_big.test')
-rw-r--r--mysql-test/t/mysqlbinlog_row_big.test3
1 files changed, 0 insertions, 3 deletions
diff --git a/mysql-test/t/mysqlbinlog_row_big.test b/mysql-test/t/mysqlbinlog_row_big.test
index ffd1b79af34..44bceaad66b 100644
--- a/mysql-test/t/mysqlbinlog_row_big.test
+++ b/mysql-test/t/mysqlbinlog_row_big.test
@@ -52,11 +52,8 @@ SET @@global.max_allowed_packet= 1024*1024*1024;
--echo to be seen and used, we must start a new connection.
--echo The change does not take effect with the current one.
--echo For simplicity, we just disconnect / reconnect connection default here.
---echo Disconnecting default connection...
disconnect default;
---echo Reconnecting default connection...
connect (default, localhost,root,,);
---echo default connection established, continuing with the test
--echo #
--echo # Delete all existing binary logs.