mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-10914 ROW data type for stored routine variables
This commit is contained in:
@ -438,9 +438,9 @@ select @a, @b;
|
||||
#
|
||||
# Bug#2586:Disallow global/session/local as structured var. instance names
|
||||
#
|
||||
--error ER_PARSE_ERROR
|
||||
--error ER_UNKNOWN_STRUCTURED_VARIABLE
|
||||
set @@global.global.key_buffer_size= 1;
|
||||
--error ER_PARSE_ERROR
|
||||
--error ER_UNKNOWN_STRUCTURED_VARIABLE
|
||||
set GLOBAL global.key_buffer_size= 1;
|
||||
--error ER_PARSE_ERROR
|
||||
SELECT @@global.global.key_buffer_size;
|
||||
|
Reference in New Issue
Block a user