1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fixed depedency problem with the following test.

Without resetting, the next test will not pass.
This commit is contained in:
unknown
2006-03-16 17:44:27 +02:00
parent 0fa77764f6
commit 9b9d75c360
2 changed files with 6 additions and 0 deletions

View File

@ -45,3 +45,7 @@ sync_with_master;
stop slave;
# End of 4.1 tests
reset master;
reset slave;
disconnect master;