1
0
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:
hezx@mail.hezx.com
2008-03-27 13:42:34 +08:00
parent d0ebb657ee
commit 68fc98bdb3
6 changed files with 107 additions and 107 deletions

View File

@@ -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;