Commit f02bc3cf authored by Sergei Golubchik's avatar Sergei Golubchik

change pam and disks plugin maturity beta->gamma

parent da619f01
...@@ -218,6 +218,6 @@ maria_declare_plugin(pam) ...@@ -218,6 +218,6 @@ maria_declare_plugin(pam)
NULL, NULL,
vars, vars,
"2.0", "2.0",
MariaDB_PLUGIN_MATURITY_BETA MariaDB_PLUGIN_MATURITY_GAMMA
} }
maria_declare_plugin_end; maria_declare_plugin_end;
...@@ -149,7 +149,7 @@ maria_declare_plugin(disks) ...@@ -149,7 +149,7 @@ maria_declare_plugin(disks)
NULL, /* no status variables */ NULL, /* no status variables */
NULL, /* no system variables */ NULL, /* no system variables */
"1.0", /* String version representation */ "1.0", /* String version representation */
MariaDB_PLUGIN_MATURITY_BETA /* Maturity (see include/mysql/plugin.h)*/ MariaDB_PLUGIN_MATURITY_GAMMA /* Maturity (see include/mysql/plugin.h)*/
} }
mysql_declare_plugin_end; mysql_declare_plugin_end;
......
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