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

Function init_join_plan_search_state

sql/sql_select.cc:34798–34803  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34796}
34797
34798static void init_join_plan_search_state(JOIN *join)
34799{
34800 join->cur_sj_inner_tables= 0;
34801 join->cur_embedding_map= 0;
34802 reset_nj_counters(join, join->join_list);
34803}
34804
34805static void MYSQL_DML_START(THD *thd)
34806{

Callers 2

optimize_straight_joinFunction · 0.85
greedy_searchFunction · 0.85

Calls 1

reset_nj_countersFunction · 0.85

Tested by

no test coverage detected