1
0
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:
unknown
2006-05-31 18:07:32 +02:00
parent cc14a84c0c
commit 0de72ae91f
9 changed files with 58 additions and 59 deletions

View File

@ -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 *);