diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-10-01 16:13:55 -0600 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-10-01 16:13:55 -0600 |
commit | 47855d2d988f8dc5c7472bd80205dc0ca2719f52 (patch) | |
tree | cd0f50309a59680fefa5f0d59cbc2dfd2d1ba567 /mysql-test/t/rpl000018.test | |
parent | 2ea9c4422d870817b0e03bfb825dcdd028baff9f (diff) | |
download | mariadb-git-47855d2d988f8dc5c7472bd80205dc0ca2719f52.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
BitKeeper/deleted/.del-rpl000018-master.sh~bc8072e13b26b005:
Delete: mysql-test/t/rpl000018-master.sh
client/mysqltest.c:
server_start/server_stop
mysql-test/mysql-test-run.sh:
tell mysqltest about the manager
mysql-test/r/rpl000018.result:
fixed bug
mysql-test/t/rpl000018.test:
use server restart instead of fake binlog hack
sql/log_event.cc:
so far useless change
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; |