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

Function lex_end

sql/sql_lex.cc:492–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490}
491
492void lex_end(LEX *lex)
493{
494 DBUG_ENTER("lex_end");
495 DBUG_PRINT("enter", ("lex: 0x%lx", (long) lex));
496
497 delete lex->sphead;
498 lex->sphead= NULL;
499
500 DBUG_VOID_RETURN;
501}
502
503Yacc_state::~Yacc_state()
504{

Callers 3

~sp_headMethod · 0.85
restore_lexMethod · 0.85
end_statementMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected