mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
DROP created procedures
(Caused sp-security to fail)
This commit is contained in:
@ -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;
|
|||||||
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;
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user