Commit fc241c1a authored by Sergei Golubchik's avatar Sergei Golubchik

plugin maturity is unsigned

parent feebb064
......@@ -455,7 +455,7 @@ struct st_maria_plugin
struct st_mysql_show_var *status_vars;
struct st_mysql_sys_var **system_vars;
const char *version_info; /* plugin version string */
int maturity; /* MariaDB_PLUGIN_MATURITY_XXX */
unsigned int maturity; /* MariaDB_PLUGIN_MATURITY_XXX */
};
/*************************************************************************
......
......@@ -91,7 +91,7 @@ struct st_maria_plugin
struct st_mysql_show_var *status_vars;
struct st_mysql_sys_var **system_vars;
const char *version_info;
int maturity;
unsigned int maturity;
};
enum enum_ftparser_mode
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment