Commit 89fdc4f4 authored by monty@mysql.com's avatar monty@mysql.com

DROP created procedures

(Caused sp-security to fail)
parent 90ca9150
...@@ -2236,6 +2236,7 @@ DROP FUNCTION bug9056_func1; ...@@ -2236,6 +2236,7 @@ DROP FUNCTION bug9056_func1;
DROP FUNCTION bug9056_func2; DROP FUNCTION bug9056_func2;
DROP PROCEDURE bug9056_proc1; DROP PROCEDURE bug9056_proc1;
DROP PROCEDURE bug9056_proc2; DROP PROCEDURE bug9056_proc2;
DROP PROCEDURE `a'b`;
drop table t1; drop table t1;
drop table if exists t1; drop table if exists t1;
create table t1 (`d` timestamp, unique (`d`)); create table t1 (`d` timestamp, unique (`d`));
......
...@@ -917,6 +917,7 @@ DROP FUNCTION bug9056_func1; ...@@ -917,6 +917,7 @@ DROP FUNCTION bug9056_func1;
DROP FUNCTION bug9056_func2; DROP FUNCTION bug9056_func2;
DROP PROCEDURE bug9056_proc1; DROP PROCEDURE bug9056_proc1;
DROP PROCEDURE bug9056_proc2; DROP PROCEDURE bug9056_proc2;
DROP PROCEDURE `a'b`;
drop table t1; drop table t1;
# #
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment