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

Method include_standalone

sql/sql_lex.cc:1857–1864  ·  view source on GitHub ↗

include on level down (but do not link) SYNOPSYS st_select_lex_node::include_standalone() upper - reference on node underr which this node should be included ref - references on reference on this node */

Source from the content-addressed store, hash-verified

1855 ref - references on reference on this node
1856*/
1857void st_select_lex_node::include_standalone(st_select_lex_node *upper,
1858 st_select_lex_node **ref)
1859{
1860 next= 0;
1861 prev= ref;
1862 master= upper;
1863 slave= 0;
1864}
1865
1866/* include neighbour (on same level) */
1867void st_select_lex_node::include_neighbour(st_select_lex_node *before)

Callers 1

add_fake_select_lexMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected