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

Method make_empty_select

sql/sql_lex.h:926–930  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

924 cur_pos_in_all_fields(ALL_FIELDS_UNDEF_POS)
925 {}
926 void make_empty_select()
927 {
928 init_query();
929 init_select();
930 }
931 bool setup_ref_array(THD *thd, uint order_group_num);
932 void print(THD *thd, String *str, enum_query_type query_type);
933 static void print_order(String *str,

Callers 1

add_fake_select_lexMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected