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

Function first_explain_order_tab

sql/sql_select.cc:13046–13053  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13044*/
13045
13046JOIN_TAB *first_explain_order_tab(JOIN* join)
13047{
13048 JOIN_TAB* tab;
13049 tab= join->join_tab;
13050 if (!tab)
13051 return NULL; /* Can happen when the tables were optimized away */
13052 return (tab->bush_children) ? tab->bush_children->start : tab;
13053}
13054
13055
13056JOIN_TAB *next_explain_order_tab(JOIN* join, JOIN_TAB* tab)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected