jason jiang
Results
1
issues of
jason jiang
### What did you do? 1、mysql(v8.0.26): CREATE TABLE `t1` ( `id` int NOT NULL, `name` varchar(30) COLLATE utf8mb4_bin DEFAULT NULL, PRIMARY KEY (`id`)); alter table t1 add index idx1((right(name,4))); 2、tidb(v8.5.3):...
type/bug
first-time-contributor
contribution
area/dm