MDEV-26230 mysql_upgrade fails to load type_mysql_json due to insufficient maturity level

bump maturity to beta
This commit is contained in:
Sergei Golubchik 2021-12-29 14:37:03 +01:00
parent 5af6a13771
commit 745aa8bee7

View file

@ -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;