xzhangxian1008

Results 72 comments of xzhangxian1008

@HighCommander4 hi~ can you reproduce this bug? I can provide any information if you need.

> Sorry for not following up on this sooner. > > > I think a good next step is to try to reproduce the unexpected `transferCompileCommand()` result seen in the...

select * from t1 left outer join t0 on t0.c0 = t1.c0; Result in tidb: ``` +------+------+ | c0 | c0 | +------+------+ | xxx | NULL | | 3gf...

We will get same results between tidb and mysql with the following statements with all collations in tidb. So the behaviour in tidb is correct. Not a bug. ```sql drop...