mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
after review fixes
mysql-test/t/disabled.def: enable test
This commit is contained in:
@ -58,7 +58,8 @@ struct st_plugin_int
|
||||
struct st_mysql_plugin *plugin;
|
||||
struct st_plugin_dl *plugin_dl;
|
||||
enum enum_plugin_state state;
|
||||
uint ref_count; /* number of threads using the plugin */
|
||||
uint ref_count; /* number of threads using the plugin */
|
||||
void *data; /* plugin type specific, e.g. handlerton */
|
||||
};
|
||||
|
||||
typedef int (*plugin_type_init)(struct st_plugin_int *);
|
||||
|
Reference in New Issue
Block a user