1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

DROP created procedures

(Caused sp-security to fail)
This commit is contained in:
unknown
2005-11-04 10:02:43 +02:00
parent d8f1fdc48d
commit 5dcd44e3ed
2 changed files with 2 additions and 0 deletions

View File

@@ -917,6 +917,7 @@ DROP FUNCTION bug9056_func1;
DROP FUNCTION bug9056_func2;
DROP PROCEDURE bug9056_proc1;
DROP PROCEDURE bug9056_proc2;
DROP PROCEDURE `a'b`;
drop table t1;
#