Jason Smith
Results
2
comments of
Jason Smith
The above test case can be further reduced into the following case. ```SQL CREATE TABLE t0(c1 smallint(5) unsigned not null); INSERT INTO t0 VALUES (0); SELECT c1 FROM t0 WHERE...
I notice that there exist another issue https://github.com/pingcap/tidb/issues/32623, which has the same error message as this one. But I cannot reproduce that issue in the same version that I found...