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

Method init_query

sql/sql_lex.cc:1717–1724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1715*/
1716
1717void st_select_lex_node::init_query()
1718{
1719 options= 0;
1720 sql_cache= SQL_CACHE_UNSPECIFIED;
1721 linkage= UNSPECIFIED_TYPE;
1722 no_error= no_table_names_allowed= 0;
1723 uncacheable= 0;
1724}
1725
1726void st_select_lex_node::init_select()
1727{

Callers 2

lex_startFunction · 0.80
mysql_new_selectFunction · 0.80

Calls 4

emptyMethod · 0.45
initMethod · 0.45
push_contextMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected