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

Function mysql_init_select

sql/sql_parse.cc:978–989  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

976*/
977
978void
979mysql_init_select(LEX *lex)
980{
981 SELECT_LEX *select_lex= lex->current_select;
982 select_lex->init_select();
983 lex->wild= 0;
984 if (select_lex == &lex->select_lex)
985 {
986 DBUG_ASSERT(lex->result == 0);
987 lex->exchange= 0;
988 }
989}
990
991
992/**

Callers 2

mysql_init_multi_deleteFunction · 0.85

Calls 1

init_selectMethod · 0.80

Tested by

no test coverage detected