mirror of
https://github.com/MariaDB/server.git
synced 2026-04-27 02:35:29 +02: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:
parent
905d715f10
commit
6942c25e73
27 changed files with 2269 additions and 794 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue