mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
post fix after push of BUG#33029
This commit is contained in:
@@ -99,9 +99,11 @@ SELECT * FROM t2;
|
||||
|
||||
# clean up
|
||||
connection master;
|
||||
disable_warnings;
|
||||
DROP TABLE IF EXISTS t1, t2;
|
||||
DROP PROCEDURE IF EXISTS p1;
|
||||
DROP PROCEDURE IF EXISTS p2;
|
||||
DROP FUNCTION IF EXISTS f1;
|
||||
DROP TRIGGER IF EXISTS tr1;
|
||||
enable_warnings;
|
||||
sync_slave_with_master;
|
||||
|
||||
Reference in New Issue
Block a user