summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2021-12-29 14:37:03 +0100
committerSergei Golubchik <serg@mariadb.org>2022-01-17 18:16:27 +0100
commit745aa8bee787f455b9d71f2cad59700c09ac8e92 (patch)
tree98e67c912da443174d636ebd71d23142e5722773
parent5af6a13771db658d16b94b648563b37f5dbcab16 (diff)
downloadmariadb-git-745aa8bee787f455b9d71f2cad59700c09ac8e92.tar.gz
MDEV-26230 mysql_upgrade fails to load type_mysql_json due to insufficient maturity level
bump maturity to beta
-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 61507a24d92..65e62f60720 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_ALPHA
+ MariaDB_PLUGIN_MATURITY_BETA
}
maria_declare_plugin_end;