1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-5816: Stored programs: validation of stored program statements

Fix of existing mtr tests.
This commit is contained in:
Dmitry Shulga
2023-07-19 18:21:27 +07:00
parent 6abc16cbf7
commit ec04357bf9
10 changed files with 39 additions and 32 deletions

View File

@@ -41,8 +41,7 @@ end |
call pr(1);
b
call pr(2);
ERROR 42S22: Unknown column 'test.t1.b' in 'field list'
drop table t1;
a
set global stored_program_cache=0;
call pr(1);
b