[MDEV-17453] Crash during optimization for insert or create table with select Created: 2018-10-15 Updated: 2018-10-16 Resolved: 2018-10-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Optimizer |
| Affects Version/s: | 10.3.8 |
| Fix Version/s: | 10.3.10 |
| Type: | Bug | Priority: | Major |
| Reporter: | Wataru Matsumoto | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
RedHat-6.5 |
||
| Attachments: |
|
| Description |
|
Following query causes the crash during optimization.
The crash happens on creating (temporary) table or inserting the data. |
| Comments |
| Comment by Elena Stepanova [ 2018-10-15 ] | ||||||||||||||||||||||
|
Thanks for the report and test case. The crash is still reproducible on 10.3.9, but not on 10.3.10. I could only find out that it was gone with the 10.2->10.3 merge 7830fb7f45b3824c0375c00ae2cab357165904cf, but not sure which exact commit fixed it. sxsns243, could you please try to upgrade to 10.3.10 and make sure that it resolves the problem?
| ||||||||||||||||||||||
| Comment by Wataru Matsumoto [ 2018-10-16 ] | ||||||||||||||||||||||
|
Thank you for checking. |