Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3038
void 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
prepare
Method · 0.85
optimize_inner
Method · 0.85
mysql_explain_union
Function · 0.85
optimize
Method · 0.85
exec
Method · 0.85
exec_inner
Method · 0.85
exec_recursive
Method · 0.85
Calls
1
create_explain_query
Function · 0.85
Tested by
no test coverage detected