yibin

Results 81 comments of yibin

This should be a planner issue, because it failed in planner phase.

Duplicated with https://github.com/pingcap/tidb/issues/51109, close it

The comparison with text type column seems ignoring white spaces. Not common cases. Lower priority to major. ``` mysql> select * from t1 where t1.c0 = ' '; +----+ |...