1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

fix main.strings test to clean up after itself

This commit is contained in:
Sergei Golubchik
2021-05-20 16:05:24 +02:00
parent 55ebf7f41f
commit d8127ff76e
2 changed files with 2 additions and 0 deletions

View File

@ -14,3 +14,4 @@ START SLAVE sql_thread;
--error ER_SLAVE_MUST_STOP
CHANGE MASTER TO master_user='user',master_password='pwd';
STOP SLAVE;
RESET SLAVE ALL;