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

very minor changes: a STOP SLAVE in a replication test to get rid of a non critical message in slave.err,

and a comment update


mysql-test/r/rpl_server_id2.result:
  result update
mysql-test/t/rpl_server_id2.test:
  We stop the slave before cleaning up otherwise we'll get
  'drop table t1' executed twice, so an error in the slave.err
  (not critical).
sql/slave.cc:
  update comment about 4.1 now that 4.1 is fixed (in a few minutes, exactly)
This commit is contained in:
unknown
2004-05-05 21:50:51 +02:00
parent 40dba5a82f
commit 601bdde5ed
3 changed files with 8 additions and 3 deletions

View File

@ -18,4 +18,5 @@ select * from t1;
n
1
1
stop slave;
drop table t1;