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

Function delete_explain_query

sql/sql_explain.cc:3018–3024  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3016
3017
3018void delete_explain_query(LEX *lex)
3019{
3020 DBUG_ENTER("delete_explain_query");
3021 delete lex->explain;
3022 lex->explain= NULL;
3023 DBUG_VOID_RETURN;
3024}
3025
3026
3027void create_explain_query(LEX *lex, MEM_ROOT *mem_root)

Callers 10

execute_SQLFunction · 0.85
run_sql_command_thdFunction · 0.85
bootstrapFunction · 0.85
sql_parse.ccFile · 0.85
log_slow_statementFunction · 0.85
wsrep_mysql_parseFunction · 0.85
do_apply_eventMethod · 0.85
execute_server_codeFunction · 0.85
executeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected