mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.4 into 10.5
This commit is contained in:
@ -452,7 +452,7 @@ else
|
||||
set b = a;
|
||||
end if;
|
||||
end|
|
||||
ERROR 42S22: Unknown column 'aa' in 'field list'
|
||||
ERROR 42000: Undeclared variable: aa
|
||||
create procedure bug4344() drop procedure bug4344|
|
||||
ERROR HY000: Can't drop or alter a PROCEDURE from within another stored routine
|
||||
create procedure bug4344() drop function bug4344|
|
||||
@ -1067,7 +1067,7 @@ IF bug13037_foo THEN
|
||||
SELECT 1;
|
||||
END IF;
|
||||
END|
|
||||
ERROR 42S22: Unknown column 'bug13037_foo' in 'field list'
|
||||
ERROR 42000: Undeclared variable: bug13037_foo
|
||||
CREATE PROCEDURE bug13037_p2()
|
||||
BEGIN
|
||||
SET @bug13037_foo = bug13037_bar;
|
||||
|
Reference in New Issue
Block a user