summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRucha Deodhar <rucha.deodhar@mariadb.com>2022-02-21 19:32:09 +0530
committerRucha Deodhar <rucha.deodhar@mariadb.com>2022-03-03 12:37:07 +0530
commite8e755ea6cbac56d561375b940281a903c7db61c (patch)
tree0c543d8fd5397eb6d4b507f9460d2c074065901a
parenta1965b80e1ba7811a52fe54fc62a74879551598e (diff)
downloadmariadb-git-e8e755ea6cbac56d561375b940281a903c7db61c.tar.gz
MDEV-26230: mysql_upgrade fails to load type_mysql_json due to insufficient
maturity level Fix: Bumped maturity of the mysql_json plugin to gamma.
-rw-r--r--plugin/type_mysql_json/type.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/type_mysql_json/type.cc b/plugin/type_mysql_json/type.cc
index 65e62f60720..7cab4780ee5 100644
--- a/plugin/type_mysql_json/type.cc
+++ b/plugin/type_mysql_json/type.cc
@@ -211,6 +211,6 @@ maria_declare_plugin(type_mysql_json)
NULL,
NULL,
"0.1",
- MariaDB_PLUGIN_MATURITY_BETA
+ MariaDB_PLUGIN_MATURITY_GAMMA
}
maria_declare_plugin_end;