Commit e8e755ea authored by Rucha Deodhar's avatar Rucha Deodhar

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.
parent a1965b80
......@@ -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;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment