|
|
@ -25,7 +25,7 @@ |
|
|
|
#include "sql_list.h" /* I_List */ |
|
|
|
|
|
|
|
class THD; |
|
|
|
class handlerton; |
|
|
|
struct handlerton; |
|
|
|
class Time_zone; |
|
|
|
|
|
|
|
class scheduler_functions; |
|
|
@ -184,7 +184,7 @@ extern ulong server_id, concurrency; |
|
|
|
extern time_t server_start_time, flush_status_time; |
|
|
|
extern char *opt_mysql_tmpdir, mysql_charsets_dir[]; |
|
|
|
extern int mysql_unpacked_real_data_home_len; |
|
|
|
extern MY_TMPDIR mysql_tmpdir_list; |
|
|
|
extern MYSQL_PLUGIN_IMPORT MY_TMPDIR mysql_tmpdir_list; |
|
|
|
extern const char *first_keyword, *delayed_user, *binary_keyword; |
|
|
|
extern MYSQL_PLUGIN_IMPORT const char *my_localhost; |
|
|
|
extern MYSQL_PLUGIN_IMPORT const char **errmesg; /* Error messages */ |
|
|
|