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-04-17 00:18:29 +02:00
parent 36752387c1
commit d7edf9785b
3 changed files with 19 additions and 19 deletions

View File

@ -27,7 +27,7 @@ call foo();
PROCEDURE foo does not exist
drop procedure if exists foo;
Warnings:
Warning 1257 PROCEDURE foo does not exist
Warning 1261 PROCEDURE foo does not exist
create procedure foo()
foo: loop
leave bar;