mirror of
https://github.com/MariaDB/server.git
synced 2025-07-18 23:03:28 +03:00
Post-merge fixes.
This commit is contained in:
@ -35,7 +35,7 @@ call foo();
|
||||
ERROR HY000: PROCEDURE foo does not exist
|
||||
drop procedure if exists foo;
|
||||
Warnings:
|
||||
Warning 1272 PROCEDURE foo does not exist
|
||||
Warning 1275 PROCEDURE foo does not exist
|
||||
create procedure foo()
|
||||
foo: loop
|
||||
leave bar;
|
||||
|
Reference in New Issue
Block a user