diff options
Diffstat (limited to 'sql/sql_help.h')
-rw-r--r-- | sql/sql_help.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_help.h b/sql/sql_help.h index cb3314b756c..b0117649f03 100644 --- a/sql/sql_help.h +++ b/sql/sql_help.h @@ -25,4 +25,6 @@ class THD; bool mysqld_help (THD *thd, const char *text); +bool mysqld_help_prepare(THD *thd, const char *text, List<Item> *fields); + #endif /* SQL_HELP_INCLUDED */ |