diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-06-09 20:00:23 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-06-09 20:00:23 +0200 |
commit | dc9b2a95bff1fbcd5cb9f91a0ed3ba9caef17c49 (patch) | |
tree | 359873f9a589afc3266287151310bb346aaf2492 /storage | |
parent | 2436d58e19da5eddc4c22916cbf024b81dbed2e3 (diff) | |
download | mariadb-git-dc9b2a95bff1fbcd5cb9f91a0ed3ba9caef17c49.tar.gz |
MDEV-6249 mark P_S STABLE and disable it by default
Diffstat (limited to 'storage')
-rw-r--r-- | storage/perfschema/ha_perfschema.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/perfschema/ha_perfschema.cc b/storage/perfschema/ha_perfschema.cc index 016a50abbe5..58db8dc0031 100644 --- a/storage/perfschema/ha_perfschema.cc +++ b/storage/perfschema/ha_perfschema.cc @@ -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; |