1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-11 05:52:26 +03:00

Added IF EXISTS to DROP PROCEDURE|FUNCTION.

Changed another unecessary use of Item_string into LEX_STRING (in sp_pcontext).
This commit is contained in:
pem@mysql.com
2003-03-26 12:29:58 +01:00
parent 0d95f36a12
commit 2578564725
7 changed files with 26 additions and 12 deletions

View File

@@ -48,6 +48,7 @@ drop procedure foo|
drop function foo|
--error 1256
call foo()|
drop procedure if exists foo|
# LEAVE/ITERATE with no match
--error 1259