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

Function create_explain_query_if_not_exists

sql/sql_explain.cc:3038–3042  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3036}
3037
3038void create_explain_query_if_not_exists(LEX *lex, MEM_ROOT *mem_root)
3039{
3040 if (!lex->explain)
3041 create_explain_query(lex, mem_root);
3042}
3043
3044
3045/**

Callers 7

prepareMethod · 0.85
optimize_innerMethod · 0.85
mysql_explain_unionFunction · 0.85
optimizeMethod · 0.85
execMethod · 0.85
exec_innerMethod · 0.85
exec_recursiveMethod · 0.85

Calls 1

create_explain_queryFunction · 0.85

Tested by

no test coverage detected