1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-6249 mark P_S STABLE and disable it by default

This commit is contained in:
Sergei Golubchik
2014-06-09 20:00:23 +02:00
parent 2436d58e19
commit dc9b2a95bf
3 changed files with 22 additions and 23 deletions

View File

@@ -206,7 +206,7 @@ maria_declare_plugin(perfschema)
pfs_status_vars,
NULL,
"0.1",
MariaDB_PLUGIN_MATURITY_GAMMA /* because MySQL-5.5 is RC */
MariaDB_PLUGIN_MATURITY_STABLE
}
maria_declare_plugin_end;