[MDEV-12656] Crash in CREATE..SELECT..UNION with a ENUM column and NULL Created: 2017-05-02 Updated: 2017-05-02 Resolved: 2017-05-02 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | 10.3 |
| Fix Version/s: | 10.3.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
This is a 10.3 specific problem. This script makes the server crash:
with this stack trace:
Note, if I change the CREATE..SELECT not to use UNION, it works fine:
|
| Comments |
| Comment by Alexander Barkov [ 2017-05-02 ] |
|
Pushed to bb-10.2.ext |