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

Function lex_end

sql/sql_lex.cc:1352–1361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1350}
1351
1352void lex_end(LEX *lex)
1353{
1354 DBUG_ENTER("lex_end");
1355 DBUG_PRINT("enter", ("lex: %p", lex));
1356
1357 lex_unlock_plugins(lex);
1358 lex_end_nops(lex);
1359
1360 DBUG_VOID_RETURN;
1361}
1362
1363void lex_unlock_plugins(LEX *lex)
1364{

Callers 15

cleanupMethod · 0.85
clone_parsed_specMethod · 0.85
check_n_loadMethod · 0.85
~sp_lex_keeperMethod · 0.85
end_statementMethod · 0.85
free_lexMethod · 0.85
db_load_routineMethod · 0.85

Calls 2

lex_unlock_pluginsFunction · 0.85
lex_end_nopsFunction · 0.85

Tested by

no test coverage detected