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

Method is_query_topmost

sql/sql_lex.cc:13915–13918  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13913
13914
13915bool st_select_lex::is_query_topmost(THD *thd)
13916{
13917 return get_master() == &thd->lex->unit;
13918}
13919
13920
13921void st_select_lex::optimize_out_order_list()

Callers 1

init_derivedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected