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_socket | |
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_socket')
-rw-r--r-- | plugin/auth_socket/auth_socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/auth_socket/auth_socket.c b/plugin/auth_socket/auth_socket.c index 78d7e769f7b..779998395b0 100644 --- a/plugin/auth_socket/auth_socket.c +++ b/plugin/auth_socket/auth_socket.c @@ -99,7 +99,7 @@ maria_declare_plugin(socket_auth) NULL, NULL, "1.0", - MariaDB_PLUGIN_MATURITY_BETA + MariaDB_PLUGIN_MATURITY_STABLE } maria_declare_plugin_end; |