diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2012-08-08 21:24:00 +0400 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2012-08-08 21:24:00 +0400 |
commit | 0e5193435ae01ae9323448aa32570a50b23c8658 (patch) | |
tree | d7e47f04b1b9c88a7da346b86781e6f2f01b0b3e /sql/sql_show.h | |
parent | b71f7d97db491a7dc09f3b27336da214dd64b8f2 (diff) | |
download | mariadb-git-0e5193435ae01ae9323448aa32570a50b23c8658.tar.gz |
MWL#182: Explain running statements: Address feedback:
- Use LEX::value_list instead of LEX::show_explain_for_thread
- Factor out common code into find_thread_by_id(ulong id)
Diffstat (limited to 'sql/sql_show.h')
-rw-r--r-- | sql/sql_show.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_show.h b/sql/sql_show.h index 6ccb6e03872..12da9713e21 100644 --- a/sql/sql_show.h +++ b/sql/sql_show.h @@ -132,6 +132,7 @@ enum enum_schema_tables get_schema_table_idx(ST_SCHEMA_TABLE *schema_table); /* These functions were under INNODB_COMPATIBILITY_HOOKS */ int get_quote_char_for_identifier(THD *thd, const char *name, uint length); +THD *find_thread_by_id(ulong id); class select_result_explain_buffer; /* |