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:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user