60
60
const char *descr; /* general descriptive text (for SHOW PLUGINS ) */
61
61
plugin_license_type license; /* plugin license (PLUGIN_LICENSE_XXX) */
62
62
initialize_func_t init; /* function to invoke when plugin is loaded */
64
63
drizzle_sys_var **system_vars;
65
64
void *reserved1; /* reserved for dependency checking */