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:
@@ -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
|
||||
|
Reference in New Issue
Block a user