[MDEV-5078] Incorrect 'Subquery returns more than 1 row' Created: 2013-09-27 Updated: 2013-10-04 Resolved: 2013-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.4, 5.3.12, 5.5.33a |
| Fix Version/s: | 5.5.34, 10.0.6, 5.3.13 |
| Type: | Bug | Priority: | Major |
| Reporter: | Gijs van der Ent (Inactive) | Assignee: | Igor Babaev |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows Vista, 32 bit |
||
| Description |
|
Subquery in result column complains about returning multiple rows even though an aggregation is done over the rows.
Result:
Expected
|
| Comments |
| Comment by Elena Stepanova [ 2013-10-01 ] |
|
Thank you. |
| Comment by Elena Stepanova [ 2013-10-01 ] |
|
EXPLAIN: id select_type table type possible_keys key key_len ref rows filtered Extra |
| Comment by Igor Babaev [ 2013-10-04 ] |
|
The fix for the bug was pushed into the 5.3 tree. |