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

Method get_node

sql/sql_explain.cc:86–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84
85
86Explain_node *Explain_query::get_node(uint select_id)
87{
88 Explain_union *u;
89 if ((u= get_union(select_id)))
90 return u;
91 else
92 return get_select(select_id);
93}
94
95Explain_union *Explain_query::get_union(uint select_id)
96{

Calls

no outgoing calls

Tested by

no test coverage detected