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

Method have_query_plan

sql/sql_explain.h:523–523  ·  view source on GitHub ↗

If true, at least part of EXPLAIN can be printed */

Source from the content-addressed store, hash-verified

521
522 /* If true, at least part of EXPLAIN can be printed */
523 bool have_query_plan() { return insert_plan || upd_del_plan|| get_node(1) != NULL; }
524
525 void query_plan_ready();
526 void notify_tables_are_closed();

Callers 2

print_explainMethod · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected