mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Mistakes corrected.
TVC can be used in IN subquery and in PARTITION BY struct now. Special variable to control working of optimization added.
This commit is contained in:
@ -1521,7 +1521,7 @@ set session rand_seed1=DEFAULT;
|
||||
# Bug #14211565 CRASH WHEN ATTEMPTING TO SET SYSTEM VARIABLE TO RESULT OF VALUES()
|
||||
#
|
||||
--error ER_BAD_FIELD_ERROR
|
||||
set autocommit = values(v);
|
||||
set autocommit = value(v);
|
||||
|
||||
#
|
||||
# MDEV-6673 I_S.SESSION_VARIABLES shows global values
|
||||
|
Reference in New Issue
Block a user