mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
WL#3352, Introducing Column list partitioning, makes it possible to partition on most data types, makes it possible to prune on multi-field partitioning
This commit is contained in:
@ -323,6 +323,7 @@ void lex_start(THD *thd)
|
||||
lex->select_lex.select_number= 1;
|
||||
lex->length=0;
|
||||
lex->part_info= 0;
|
||||
lex->global_flag= 0;
|
||||
lex->select_lex.in_sum_expr=0;
|
||||
lex->select_lex.ftfunc_list_alloc.empty();
|
||||
lex->select_lex.ftfunc_list= &lex->select_lex.ftfunc_list_alloc;
|
||||
|
Reference in New Issue
Block a user