1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Post-merge fixes.

This commit is contained in:
unknown
2003-11-19 16:59:35 +01:00
parent 214ad82803
commit afe2186e3b
13 changed files with 66 additions and 66 deletions

View File

@ -35,7 +35,7 @@ call foo();
ERROR HY000: PROCEDURE foo does not exist
drop procedure if exists foo;
Warnings:
Warning 1282 PROCEDURE foo does not exist
Warning 1286 PROCEDURE foo does not exist
create procedure foo()
foo: loop
leave bar;