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

Method include_global

sql/sql_lex.cc:1878–1884  ·  view source on GitHub ↗

including in global SELECT_LEX list */

Source from the content-addressed store, hash-verified

1876
1877/* including in global SELECT_LEX list */
1878void st_select_lex_node::include_global(st_select_lex_node **plink)
1879{
1880 if ((link_next= *plink))
1881 link_next->link_prev= &link_next;
1882 link_prev= plink;
1883 *plink= this;
1884}
1885
1886//excluding from global list (internal function)
1887void st_select_lex_node::fast_exclude()

Callers 1

mysql_new_selectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected