diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-03-19 09:56:46 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-03-19 09:56:46 +0100 |
commit | 94c97e5b68c83b4ade57a8739c1ba91a6e844279 (patch) | |
tree | 2d6a7f267c1ef319c87a4511a1c0cbac86e67585 /plugin/auth_pam | |
parent | cdf6d3ec047d3094e6c0d7bbd87cc70ddd349782 (diff) | |
download | mariadb-git-94c97e5b68c83b4ade57a8739c1ba91a6e844279.tar.gz |
update plugins' maturity levels:
old plugins get STABLE
newer plugins get GAMMA
those that had bugs recently get BETA
Diffstat (limited to 'plugin/auth_pam')
-rw-r--r-- | plugin/auth_pam/auth_pam.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/auth_pam/auth_pam.c b/plugin/auth_pam/auth_pam.c index 2a06b6a01a6..fbca8bf9e93 100644 --- a/plugin/auth_pam/auth_pam.c +++ b/plugin/auth_pam/auth_pam.c @@ -189,6 +189,6 @@ maria_declare_plugin(pam) NULL, vars, "1.0", - MariaDB_PLUGIN_MATURITY_BETA + MariaDB_PLUGIN_MATURITY_STABLE } maria_declare_plugin_end; |