diff options
author | Sergey Vojtovich <svoj@mariadb.org> | 2016-03-26 00:16:36 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2016-03-27 17:39:30 +0400 |
commit | 4ee310cfaee1339d2508cc6a62d9685e1f14af69 (patch) | |
tree | cbcf9e3b8aec9f014c1a8e9d8bdbc31976d797d6 /mysql-test/t/mysqlbinlog_row_big.test | |
parent | fcde9a889dc12b21823b9c4e1776d0329a99c48d (diff) | |
download | mariadb-git-bb-10.2-MDEV-6720.tar.gz |
MDEV-6720 - enable connection log in mysqltest by defaultbb-10.2-MDEV-6720
Additional fixes.
Diffstat (limited to 'mysql-test/t/mysqlbinlog_row_big.test')
-rw-r--r-- | mysql-test/t/mysqlbinlog_row_big.test | 3 |
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. |