mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-5816: Stored programs: validation of stored program statements
Fix of existing mtr tests.
This commit is contained in:
@ -1472,7 +1472,7 @@ CALL p1;
|
||||
f1
|
||||
ALTER TABLE t2 CHANGE COLUMN f1 my_column INT;
|
||||
CALL p1;
|
||||
ERROR 42S22: Unknown column 'f1' in 'where clause'
|
||||
f1
|
||||
DROP PROCEDURE p1;
|
||||
DROP TABLE t1, t2;
|
||||
#
|
||||
|
Reference in New Issue
Block a user