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:
@ -45,3 +45,7 @@ sync_with_master;
|
||||
stop slave;
|
||||
|
||||
# End of 4.1 tests
|
||||
|
||||
reset master;
|
||||
reset slave;
|
||||
disconnect master;
|
||||
|
Reference in New Issue
Block a user