diff options
Diffstat (limited to 'sql/opt_trace.h')
-rw-r--r-- | sql/opt_trace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/opt_trace.h b/sql/opt_trace.h index 4bd3f7c3e67..0e2d0146a49 100644 --- a/sql/opt_trace.h +++ b/sql/opt_trace.h @@ -104,7 +104,7 @@ class Opt_trace_start { void opt_trace_print_expanded_query(THD *thd, SELECT_LEX *select_lex, Json_writer_object *trace_object); -void add_table_scan_values_to_trace(Opt_trace_context* trace, JOIN_TAB *tab); +void add_table_scan_values_to_trace(THD *thd, JOIN_TAB *tab); /* Security related (need to add a proper comment here) |