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

Function mysql_init_delete

sql/sql_parse.cc:7671–7682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7669
7670
7671void mysql_init_delete(LEX *lex)
7672{
7673 if (lex->with_cte_resolution)
7674 {
7675 // Save and clear lex->query_tables.
7676 lex->save_list.insert(lex->query_tables, &lex->query_tables);
7677 lex->query_tables_last= &lex->query_tables;
7678 }
7679 lex->init_select();
7680 lex->first_select_lex()->limit_params.clear();
7681 lex->unit.lim.clear();
7682}
7683
7684void mysql_init_multi_delete(LEX *lex)
7685{

Callers

nothing calls this directly

Calls 4

first_select_lexMethod · 0.80
insertMethod · 0.45
init_selectMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected