diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2017-05-16 14:28:19 +0300 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2017-05-16 14:28:19 +0300 |
commit | c1b3aaa24eceb59b20cd317256d6522f693a5869 (patch) | |
tree | a52f8f4a66107715cf567441ee29447707155b1c /storage/perfschema | |
parent | a111642d32c52af5ec2257dc654fb11106275113 (diff) | |
download | mariadb-git-c1b3aaa24eceb59b20cd317256d6522f693a5869.tar.gz |
Update perfschema version to 5.6.36 post-merge
Diffstat (limited to 'storage/perfschema')
-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 2445bd80927..837a2463549 100644 --- a/storage/perfschema/ha_perfschema.cc +++ b/storage/perfschema/ha_perfschema.cc @@ -205,7 +205,7 @@ maria_declare_plugin(perfschema) 0x0001, pfs_status_vars, NULL, - "5.6.33", + "5.6.36", MariaDB_PLUGIN_MATURITY_STABLE } maria_declare_plugin_end; |