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.
This commit is contained in:
Rucha Deodhar 2022-02-21 19:32:09 +05:30
parent a1965b80e1
commit e8e755ea6c

View file

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