diff options
author | monty@mashka.mysql.fi <> | 2002-08-24 02:10:49 +0300 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2002-08-24 02:10:49 +0300 |
commit | 3b81549d9314c7aea5031f455ce7993b53fcceb7 (patch) | |
tree | 3c1a50943610a2b8a03201f53d1c39359fcc6b14 /mysql-test/t/rpl000018.test | |
parent | d49bf802ec4da146a21d1955974efd338afc1e57 (diff) | |
parent | b8bf46ca9b7f42667b5701e025fd4c145c62bbd5 (diff) | |
download | mariadb-git-3b81549d9314c7aea5031f455ce7993b53fcceb7.tar.gz |
merge with 3.23
Diffstat (limited to 'mysql-test/t/rpl000018.test')
-rw-r--r-- | mysql-test/t/rpl000018.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/t/rpl000018.test b/mysql-test/t/rpl000018.test index 30d601bb375..291b482b912 100644 --- a/mysql-test/t/rpl000018.test +++ b/mysql-test/t/rpl000018.test @@ -1,3 +1,8 @@ +# +# Running test with abort-slave-event-count=1 +# This will force slave to reconnect after every event +# + require_manager; connect (master,localhost,root,,test,0,master.sock); connect (slave,localhost,root,,test,0,slave.sock); |