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

Function get_explainable_cmd_name

sql/sql_select.cc:32290–32294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32288};
32289
32290static
32291const LEX_CSTRING* get_explainable_cmd_name(enum explainable_cmd_type cmd)
32292{
32293 return explainable_cmd_name + cmd;
32294}
32295
32296static
32297enum explainable_cmd_type get_explainable_cmd_type(THD *thd)

Callers 1

printMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected