summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2022-01-18 12:59:50 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2022-01-18 12:59:50 +0200
commit1abc476f0b4fe60cb268fc68cefd9b5a479983ac (patch)
tree7540839c197bf5867685cf4de0ae7c68f0267640 /plugin
parent343f695c7f660eca6bb97bb09bad317387f59b8f (diff)
parente44439ab7354c5dff20707325694839e9346fb27 (diff)
downloadmariadb-git-1abc476f0b4fe60cb268fc68cefd9b5a479983ac.tar.gz
Merge 10.5 into 10.6st-10.6-merge
Diffstat (limited to 'plugin')
-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;