You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
parse_item() in execplan code now always get an actual GWI structure
to avoid accedental crashes. Add check for Conversion of Big IN Predicates Into Subqueries optimization conditions. Enabled derivedTableOptimization() for group by and derived handlers. Disabled Conversion of Big IN Predicates Into Subqueries optimization. Disabled most of optimizer_flags for now. RowGroup + operator now correctly sets useStringTable flag that instructs code to check StringStore instead of plain data buffer.
This commit is contained in:
committed by
Gagan Goel
parent
7d5275e1bd
commit
d62b66ecf7
@ -40,8 +40,8 @@ void set_compression_type(THD* thd, ulong value);
|
||||
void* get_fe_conn_info_ptr(THD* thd = NULL);
|
||||
void set_fe_conn_info_ptr(void* ptr, THD* thd = NULL);
|
||||
|
||||
bool get_use_legacy_sysvars(THD* thd);
|
||||
void set_use_legacy_sysvars(THD* thd, bool value);
|
||||
ulonglong get_original_optimizer_flags(THD* thd = NULL);
|
||||
void set_original_optimizer_flags(ulonglong ptr, THD* thd = NULL);
|
||||
|
||||
bool get_use_decimal_scale(THD* thd);
|
||||
void set_use_decimal_scale(THD* thd, bool value);
|
||||
|
Reference in New Issue
Block a user