mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Make sure tests drops objects created and restore variables to default
This commit is contained in:
@@ -49,6 +49,7 @@ show slave status;
|
||||
# Cleanup (Note that slave IO thread is not running)
|
||||
connection slave;
|
||||
drop table t1;
|
||||
delete from mysql.user where user='rpl';
|
||||
connection master;
|
||||
drop table t1;
|
||||
|
||||
|
Reference in New Issue
Block a user