[MDEV-7625] SELECT FOUND_ROWS() returns wrong value where using NOT IN in subquery Created: 2015-02-24 Updated: 2015-02-25 Resolved: 2015-02-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Manipulation - Subquery |
| Affects Version/s: | 10.0.11 |
| Fix Version/s: | 10.0.12 |
| Type: | Bug | Priority: | Major |
| Reporter: | Lay András | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux guest 3.2.66-grsec-sma #1 SMP Fri Jan 2 19:09:18 CET 2015 x86_64 GNU/Linux |
||
| Attachments: |
|
| Description |
|
With the attached dump, under 10.0.11 the following query result 49403 is wrong:
The good value under 5.5.41 is 12328:
|
| Comments |
| Comment by Elena Stepanova [ 2015-02-25 ] | ||||||||||||||||||||||||||||||||
|
We had several iterations of fixing issues related to FOUND_ROWS().
It works okay on the current tree, too:
|