[MDEV-6183] Crash (mysqld got signal 11) on UNION + JOIN query Created: 2014-04-28 Updated: 2014-04-28 Resolved: 2014-04-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.35 |
| Fix Version/s: | 5.5.36 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Sebastian | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Freebsd 10, MariaDB 5.5.35 |
||
| Description |
|
following query results in a crash:
Below the error log:
|
| Comments |
| Comment by Elena Stepanova [ 2014-04-28 ] | |||||||||
|
I assume you have sql_mode = 'ONLY_FULL_GROUP_BY' in your settings. The bug was fixed in 5.5.36 release by the following revision:
|