~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin.h

Added --plugin-remove option, which prunes plugins from the list of plugins
to be loaded.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
struct my_option;
46
46
 
47
47
extern char *opt_plugin_add;
 
48
extern char *opt_plugin_remove;
48
49
extern char *opt_plugin_load;
49
50
extern char *opt_plugin_dir_ptr;
50
51
extern char opt_plugin_dir[FN_REFLEN];