mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
plugin maturity is unsigned
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user