xiongjiwei

Results 7 comments of xiongjiwei

MySQL has confirmed it is a bug. see https://bugs.mysql.com/bug.php?id=108357

it is a mysql bug, consider the following case ```sql CREATE TABLE person (id INT PRIMARY KEY,address_info JSON,city VARCHAR(2) AS (JSON_UNQUOTE(address_info->"$.city")),KEY (city)); set @@sql_mode=''; INSERT INTO `person` (`id`, `address_info`) VALUES('1','{\"city\":...

close due to MySQL has confirmed it is a bug https://bugs.mysql.com/bug.php?id=108114

close due to the duplicate one is closed, see #9372

met this bug,how can I workaround ``` tiup --version 1.15.2 tiup Go Version: go1.21.10 Git Ref: v1.15.2 GitHash: cbcc2ce967981221380a7307bf7843fec2ea5283 ```