-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
affects-6.1This bug affects the 6.1.x(LTS) versions.This bug affects the 6.1.x(LTS) versions.affects-6.5This bug affects the 6.5.x(LTS) versions.This bug affects the 6.5.x(LTS) versions.severity/moderatesig/plannerSIG: PlannerSIG: Plannertype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.
Description
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
mysql [email protected]:information_schema> explain select * from `CLUSTER_HARDWARE` where `TYPE`;
+----------------+----------+------+------------------------+---------------+
| id | estRows | task | access object | operator info |
+----------------+----------+------+------------------------+---------------+
| MemTableScan_5 | 10000.00 | root | table:CLUSTER_HARDWARE | |
+----------------+----------+------+------------------------+---------------+
2. What did you expect to see? (Required)
mysql [email protected]:information_schema> explain select * from `CLUSTER_HARDWARE` where `TYPE`;
+------------------+----------+------+------------------------+---------------+
| id | estRows | task | access object | operator info |
+------------------+----------+------+------------------------+---------------+
| Selection_5 | 8000.00 | root | | Column#1 |
| └─MemTableScan_6 | 10000.00 | root | table:CLUSTER_HARDWARE | |
+------------------+----------+------+------------------------+---------------+
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
master
Metadata
Metadata
Assignees
Labels
affects-6.1This bug affects the 6.1.x(LTS) versions.This bug affects the 6.1.x(LTS) versions.affects-6.5This bug affects the 6.5.x(LTS) versions.This bug affects the 6.5.x(LTS) versions.severity/moderatesig/plannerSIG: PlannerSIG: Plannertype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.