Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
11.8
-
Not for Release Notes
Description
MDEV-12404 added ICP to partition ordered index scans, but it did not add it to unordered scans. There's no call to read_with_icp in ha_partition::handle_unordered_next or ha_partition::handle_unordered_scan_next_partition.
Also note lack of read_with_icp in an ordered scan too:
/* in ha_partition::handle_ordered_prev: */
|
if (unlikely((error= file->ha_index_prev(rec_buf)))) |
Attachments
Issue Links
- is caused by
-
MDEV-12404 index condition pushdown on partitioned tables
-
- Closed
-