mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge remote-tracking branch 'origin/10.4' into 10.5
This commit is contained in:
@ -1339,3 +1339,17 @@ BEGIN NOT ATOMIC
|
||||
END;
|
||||
$$
|
||||
DELIMITER ;$$
|
||||
|
||||
|
||||
--echo #
|
||||
--echo # MDEV-21995 Server crashes in Item_field::real_type_handler with table value constructor
|
||||
--echo #
|
||||
|
||||
--error ER_NOT_ALLOWED_IN_THIS_CONTEXT
|
||||
VALUES (IGNORE);
|
||||
--error ER_NOT_ALLOWED_IN_THIS_CONTEXT
|
||||
VALUES (DEFAULT);
|
||||
--error ER_NOT_ALLOWED_IN_THIS_CONTEXT
|
||||
EXECUTE IMMEDIATE 'VALUES (?)' USING IGNORE;
|
||||
--error ER_NOT_ALLOWED_IN_THIS_CONTEXT
|
||||
EXECUTE IMMEDIATE 'VALUES (?)' USING DEFAULT;
|
||||
|
Reference in New Issue
Block a user