MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / outer_select

Method outer_select

sql/sql_lex.cc:1995–1998  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1993
1994
1995st_select_lex* st_select_lex_unit::outer_select()
1996{
1997 return (st_select_lex*) master;
1998}
1999
2000
2001bool st_select_lex::add_order_to_list(THD *thd, Item *item, bool asc)

Callers 5

initMethod · 0.80
uncacheableMethod · 0.80
mark_as_dependentMethod · 0.80
register_sum_funcMethod · 0.80
mysql_new_selectFunction · 0.80

Calls 1

get_masterMethod · 0.80

Tested by

no test coverage detected