Skip to content

Commit e8e755e

Browse files
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.
1 parent a1965b8 commit e8e755e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/type_mysql_json/type.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,6 @@ maria_declare_plugin(type_mysql_json)
211211
NULL,
212212
NULL,
213213
"0.1",
214-
MariaDB_PLUGIN_MATURITY_BETA
214+
MariaDB_PLUGIN_MATURITY_GAMMA
215215
}
216216
maria_declare_plugin_end;

0 commit comments

Comments
 (0)