mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
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:
parent
a1965b80e1
commit
e8e755ea6c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue