diff options
author | sasha@mysql.sashanet.com <> | 2001-10-01 16:13:55 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-10-01 16:13:55 -0600 |
commit | 6b37cce2aef9a948983a347295315c25b0617e69 (patch) | |
tree | cd0f50309a59680fefa5f0d59cbc2dfd2d1ba567 /mysql-test/t/rpl000018.test | |
parent | bb66c80aeba0e7ffeb4781d8570644b10479f9a6 (diff) | |
download | mariadb-git-6b37cce2aef9a948983a347295315c25b0617e69.tar.gz |
mysqltest can now talk to manager and start/stop servers with
server_start/server_stop
changed rpl000018 to use the new server restart feature instead of a
hack
Diffstat (limited to 'mysql-test/t/rpl000018.test')
-rw-r--r-- | mysql-test/t/rpl000018.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/rpl000018.test b/mysql-test/t/rpl000018.test index 44236323d1d..bb7ef7d91d3 100644 --- a/mysql-test/t/rpl000018.test +++ b/mysql-test/t/rpl000018.test @@ -1,5 +1,7 @@ connect (master,localhost,root,,test,0,mysql-master.sock); connect (slave,localhost,root,,test,0,mysql-slave.sock); +server_stop master; +server_start master; connection slave; reset slave; slave start; |