1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Translated 5.0 error codes into sql states.

This commit is contained in:
pem@mysql.comhem.se
2003-11-21 18:23:05 +01:00
parent 86039a34e5
commit d9b8a35eeb
5 changed files with 80 additions and 44 deletions

View File

@@ -99,12 +99,12 @@ foo: loop
end loop bar|
# Referring to undef variable
--error 1292
create procedure foo(out x int)
begin
declare y int;
set x = y;
end|
drop procedure foo|
# We require INTO in SELECTs for some older clients (as mysql and mysqltest,
# for now).