1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-28 17:15:19 +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
This commit is contained in:
guilhem@mysql.com
2004-05-05 21:50:51 +02:00
parent 5fcd62a13a
commit d20230bcbe
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;