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 | 0cf4750f3d495b61480d6b7a9b5ea19ae93eadf0 (patch) | |
tree | cd0f50309a59680fefa5f0d59cbc2dfd2d1ba567 /mysql-test/r/rpl000018.result | |
parent | 29f148bd36d934ba52836e805cd8598516650e8b (diff) | |
download | mariadb-git-0cf4750f3d495b61480d6b7a9b5ea19ae93eadf0.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/r/rpl000018.result')
-rw-r--r-- | mysql-test/r/rpl000018.result | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/r/rpl000018.result b/mysql-test/r/rpl000018.result index 966e3c6e51d..ba51406bba0 100644 --- a/mysql-test/r/rpl000018.result +++ b/mysql-test/r/rpl000018.result @@ -4,7 +4,6 @@ show master logs; Log_name master-bin.001 master-bin.002 -master-bin.003 drop table if exists t1; create table t1(n int); insert into t1 values (3351); |