mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.6 into 10.11
This commit is contained in:
@ -1358,9 +1358,9 @@ DELIMITER ;$$
|
||||
VALUES (IGNORE);
|
||||
--error ER_NOT_ALLOWED_IN_THIS_CONTEXT
|
||||
VALUES (DEFAULT);
|
||||
--error ER_NOT_ALLOWED_IN_THIS_CONTEXT
|
||||
--error ER_INVALID_DEFAULT_PARAM
|
||||
EXECUTE IMMEDIATE 'VALUES (?)' USING IGNORE;
|
||||
--error ER_NOT_ALLOWED_IN_THIS_CONTEXT
|
||||
--error ER_INVALID_DEFAULT_PARAM
|
||||
EXECUTE IMMEDIATE 'VALUES (?)' USING DEFAULT;
|
||||
|
||||
--echo #
|
||||
|
Reference in New Issue
Block a user