50
50
extern char *opt_plugin_dir_ptr;
51
51
extern char opt_plugin_dir[FN_REFLEN];
54
54
int *argc, char **argv, int init_flags);
56
56
extern void my_print_help_inc_plugins(my_option *options);
57
57
extern bool plugin_is_ready(const LEX_STRING *name, int type);
58
58
extern bool mysql_install_plugin(Session *session, const LEX_STRING *name,