1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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
This commit is contained in:
unknown
2001-10-01 16:13:55 -06:00
parent 29f148bd36
commit 0cf4750f3d
6 changed files with 112 additions and 10 deletions

View File

@ -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);