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

Method set_linkage

sql/sql_lex.h:707–713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

705 st_select_lex_node *end_chain_node);
706 void move_as_slave(st_select_lex_node *new_master);
707 void set_linkage(enum sub_select_type l)
708 {
709 DBUG_ENTER("st_select_lex_node::set_linkage");
710 DBUG_PRINT("info", ("node: %p linkage: %d->%d", this, linkage, l));
711 linkage= l;
712 DBUG_VOID_RETURN;
713 }
714 /*
715 This method created for reiniting LEX in mysql_admin_table() and can be
716 used only if you are going remove all SELECT_LEX & units except belonger

Callers 8

parsed_derived_tableMethod · 0.80
move_anchors_aheadMethod · 0.80
add_fake_select_lexMethod · 0.80
wrap_tvcFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected