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

Method include_standalone

sql/sql_lex.cc:3347–3354  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3345 ref - references on reference on this node
3346*/
3347void st_select_lex_node::include_standalone(st_select_lex_node *upper,
3348 st_select_lex_node **ref)
3349{
3350 next= 0;
3351 prev= ref;
3352 master= upper;
3353 slave= 0;
3354}
3355
3356/* include neighbour (on same level) */
3357void 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