[MDEV-15523] Different result with LEFT OUTER JOIN and GROUP BY starting with 10.0.30 Created: 2018-03-09 Updated: 2018-03-12 Resolved: 2018-03-12 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Optimizer |
| Affects Version/s: | 10.0.30, 10.0.31, 10.0.32, 10.0.33, 10.0.34 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Sander Hoentjen | Assignee: | Alice Sherepa |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Assuming the following in a database bugtest:
And the following query:
pre 10.0.30 the result is:
Since 10.0.30 it is:
|
| Comments |
| Comment by Alice Sherepa [ 2018-03-12 ] |
|
probably the same as |