mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 10:15:29 +02:00
Removing LEX::interval_list, as it's not used since parser cleanups
made in 227510e039.
We now use lex->last_field->interval_list directly instead.
This commit is contained in:
parent
0c15d1a6ff
commit
39d2c7b18d
2 changed files with 0 additions and 2 deletions
|
|
@ -2151,7 +2151,6 @@ void st_select_lex::init_select()
|
|||
in_sum_expr= with_wild= 0;
|
||||
options= 0;
|
||||
sql_cache= SQL_CACHE_UNSPECIFIED;
|
||||
interval_list.empty();
|
||||
ftfunc_list_alloc.empty();
|
||||
inner_sum_func_list= 0;
|
||||
ftfunc_list= &ftfunc_list_alloc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue