Bug #45086 | A SELECT using ORDER BY and LIMIT sometimes misses one row | ||
---|---|---|---|
Submitted: | 26 May 2009 7:10 | Modified: | 16 Jul 2009 11:03 |
Reporter: | Lars-Erik Bjørk | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Falcon storage engine | Severity: | S3 (Non-critical) |
Version: | 6.0.11 | OS: | Any |
Assigned to: | Assigned Account | CPU Architecture: | Any |
Tags: | F_INDEX |
[26 May 2009 7:10]
Lars-Erik Bjørk
[8 Jun 2009 12:21]
Lars-Erik Bjørk
After analyzing the issue, I have come to the conclusion that this is not a LIMIT bug, but a general index bug. The bug is however more likely to be visible when accessing using LIMIT because this causes a more strict traversal of the index. The problem is that an index entry is missing from the index.
[16 Jul 2009 11:03]
Lars-Erik Bjørk
Closed as a duplicate of the newer bug#46144, as this gives a more accurate synopsis and description of the problem