[MDEV-9357] Identical queries but LIMIT 100 returns 0 rows, LIMIT 99 returns what you would expect. Created: 2016-01-04 Updated: 2016-02-10 Resolved: 2016-02-10 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | 10.1.10 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Marcus | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | need_feedback | ||
| Environment: |
Centos 6.7 |
||
| Description |
|
With the query attached (not a pretty query, but that doesn't matter) with limit set to 100 on 10.1.10 I am returned 0 rows, but if I change 100 to 99, it returns the rows I'd expect. This issue does not exist on MySQL 5.5.36 or 10.0.23. Let me know if I can provide any more information.
|
| Comments |
| Comment by Elena Stepanova [ 2016-01-10 ] | ||||||
|
It would be very helpful if you were able to provide a data dump of the involved tables (I think there are two of them, `contact` and `content`). You can upload the dump file to ftp.askmonty.org/private, this way only MariaDB developers will have access to them. If you cannot do that, please at least paste the output of
In either case, please also attach your my.cnf file(s) and run
for both 'good' and 'bad' query, and paste the output of them. Thank you. |