mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-30059: Optimizer Trace: plan_prefix should be a comma-separated-list
This commit is contained in:
@@ -107,7 +107,8 @@ void opt_trace_print_expanded_query(THD *thd, SELECT_LEX *select_lex,
|
||||
Json_writer_object *trace_object);
|
||||
|
||||
void add_table_scan_values_to_trace(THD *thd, JOIN_TAB *tab);
|
||||
void trace_plan_prefix(JOIN *join, uint idx, table_map join_tables);
|
||||
void trace_plan_prefix(Json_writer_object *jsobj, JOIN *join, uint idx,
|
||||
table_map join_tables);
|
||||
void print_final_join_order(JOIN *join);
|
||||
void print_best_access_for_table(THD *thd, POSITION *pos);
|
||||
|
||||
|
Reference in New Issue
Block a user