Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
10.2.7, 10.2.8, 10.2.9
Description
While replicating JSON from MySQL to mariaDB, it says cannot convert the datatype.
err:
Column 0 of table 'test.json_test' cannot be converted from type '<unknown type>' to type 'longtext'
While writing to relay log, JSON has to be remapped as long text (because we have JSON an alias for longtext) until we have full fledged JSON datatype.
Thanks,
ALI