You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
using tikv store
use test;
source [test.txt](https://github.com/pingcap/tidb/files/6913910/test.txt)
select * from IDT_HP24100 where col1 is null and col2 = "ogbRo";
2. What did you expect to see? (Required)
release-4.0 & release-5.1 & master
mysql> select * from IDT_HP24100 where col1 is null and col2 = "ogbRo";
Empty set (0.08 sec)
3. What did you see instead (Required)
release-5.0
mysql> select * from IDT_HP24100 where col1 is null and col2 = "ogbRo";
ERROR 1105 (HY000): runtime error: index out of range [1] with length 1
4. What is your TiDB version? (Required)
Release Version: v5.0.4
Edition: Community
Git Commit Hash: 48c4b91d5d7c8f4aca68fffcc9f320c9a6e4cce2
Git Branch: heads/refs/tags/v5.0.4
UTC Build Time: 2021-07-26 13:36:17
GoVersion: go1.13
Race Enabled: false
TiKV Min Version: v3.0.0-60965b006877ca7234adaced7890d7b029ed1306
Check Table Before Drop: false
The text was updated successfully, but these errors were encountered:
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
using tikv store
2. What did you expect to see? (Required)
release-4.0 & release-5.1 & master
3. What did you see instead (Required)
release-5.0
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: