mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
Fixed test-case after merge (removed duplicate part).
This commit is contained in:
parent
a4ee7ec153
commit
b0e896960c
1 changed files with 0 additions and 11 deletions
|
@ -6319,17 +6319,6 @@ call bug21416()|
|
|||
drop procedure bug21416|
|
||||
|
||||
|
||||
#
|
||||
# BUG#21416: SP: Recursion level higher than zero needed for non-recursive call
|
||||
#
|
||||
--disable_warnings
|
||||
drop procedure if exists bug21416|
|
||||
--enable_warnings
|
||||
create procedure bug21416() show create procedure bug21416|
|
||||
call bug21416()|
|
||||
drop procedure bug21416|
|
||||
|
||||
|
||||
#
|
||||
# BUG#21414: SP: Procedure undroppable, to some extent
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue