If true, at least part of EXPLAIN can be printed */
| 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(); |
no outgoing calls
no test coverage detected