mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Make sure tests drops objects created and restore variables to default
This commit is contained in:
@ -90,6 +90,7 @@ connection master;
|
||||
# Cleanup
|
||||
DROP FUNCTION test.f1;
|
||||
DROP TABLE test.t1;
|
||||
DROP TABLE test.t2;
|
||||
sync_slave_with_master;
|
||||
|
||||
# the test will show that the diff statement failed and no reject file
|
||||
|
Reference in New Issue
Block a user