mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +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:
@ -1012,6 +1012,7 @@ public:
|
||||
thr_lock_type lock_type;
|
||||
|
||||
table_value_constr *tvc;
|
||||
bool in_tvc;
|
||||
|
||||
void init_query();
|
||||
void init_select();
|
||||
|
Reference in New Issue
Block a user