Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Not a Bug
-
11.8.6
-
None
-
Notable changes
Description
Creating a table using using the MYSQL_JSON type generates an error:
MariaDB> install soname 'type_mysql_json.so'; |
MariaDB> create table test.t1(c1 mysql_json); |
ERROR 4172 (HY000): 'MYSQL_JSON' is not allowed in this context |