Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
10.0.12
-
None
-
None
-
ubuntu
Description
select count(*) on hash partitions does a sorted index scan. the sort is unnecessary since the count operator is commutative. this problem also exists in MySQL 5.5 but is fixed in MySQL 5.6.19.
Attachments
Issue Links
- relates to
-
MDEV-371 Unique indexes for blobs
- Closed