mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Cleanup tables created by test cases
This commit is contained in:
@ -68,5 +68,11 @@ connection slave;
|
||||
sleep 2;
|
||||
SHOW STATUS LIKE 'Slave_running';
|
||||
|
||||
# cleanup
|
||||
connection master;
|
||||
drop table t1;
|
||||
connection slave;
|
||||
drop table t1;
|
||||
|
||||
|
||||
# End of tests
|
||||
|
Reference in New Issue
Block a user