MCPcopy Create free account
hub / github.com/MariaDB/server / cleanup_ftfuncs

Function cleanup_ftfuncs

sql/sql_base.cc:9816–9826  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9814
9815
9816void cleanup_ftfuncs(SELECT_LEX *select_lex)
9817{
9818 List_iterator<Item_func_match> li(*(select_lex->ftfunc_list)),
9819 lj(*(select_lex->ftfunc_list));
9820 Item_func_match *ftf;
9821
9822 while ((ftf=li++))
9823 {
9824 ftf->cleanup();
9825 }
9826}
9827
9828
9829int init_ftfuncs(THD *thd, SELECT_LEX *select_lex, bool no_order)

Callers 1

cleanupMethod · 0.85

Calls 1

cleanupMethod · 0.45

Tested by

no test coverage detected