diff options
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r-- | sql/mysql_priv.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h index 24770a45bdb..d83df03de82 100644 --- a/sql/mysql_priv.h +++ b/sql/mysql_priv.h @@ -648,6 +648,7 @@ inline THD *_current_thd(void) The meat of thd_proc_info(THD*, char*), a macro that packs the last three calling-info parameters. */ +extern "C" const char *set_thd_proc_info(THD *thd, const char *info, const char *calling_func, const char *calling_file, @@ -1912,7 +1913,7 @@ extern handlerton *myisam_hton; extern handlerton *heap_hton; extern SHOW_COMP_OPTION have_ssl, have_symlink, have_dlopen; -uextern SHOW_COMP_OPTION have_query_cache; +extern SHOW_COMP_OPTION have_query_cache; extern SHOW_COMP_OPTION have_geometry, have_rtree_keys; extern SHOW_COMP_OPTION have_crypt; extern SHOW_COMP_OPTION have_compress; |