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)
drop table if exists t1;
create table t1(c1 varchar(100), c2 varchar(100), c3 varchar(100), key(c1), key(c2));
load data local infile '/home/guo-shaoge/str.sql' into table t1 fields terminated by ' ';
select /*+ use_index_merge(t1) */ * from t1 where c1 < '10' or c2 < '10';
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
The memory column is 312Bytes.
3. What did you see instead (Required)
The memory column is N/A
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: