From e8e755ea6cbac56d561375b940281a903c7db61c Mon Sep 17 00:00:00 2001 From: Rucha Deodhar Date: Mon, 21 Feb 2022 19:32:09 +0530 Subject: [PATCH] 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. --- plugin/type_mysql_json/type.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/type_mysql_json/type.cc b/plugin/type_mysql_json/type.cc index 65e62f60720ea..7cab4780ee5a4 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;