[MDEV-21191] MariaDB crashes executing SELECT request after upgrading to 10.4.10 Created: 2019-12-02 Updated: 2019-12-11 Resolved: 2019-12-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 10.4.10 |
| Fix Version/s: | 10.4.11 |
| Type: | Bug | Priority: | Major |
| Reporter: | David Le Borgne | Assignee: | Igor Babaev |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | crash, regression | ||
| Environment: |
CentOS Linux release 7.7.1908 |
||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
We upgraded from MariaDB 10.3.20 to MariaDB 10.4.10 and everything went fine during the upgade. But since then, MariaDB systematically crashes when playing the following SELECT SQL request :
If the SELECT clause is changed to SELECT PL.*, then the request executes without error. |
| Comments |
| Comment by Marko Mäkelä [ 2019-12-02 ] |
|
dleborgne, can you please show the EXPLAIN SELECT? I wonder if this report could duplicate |
| Comment by David Le Borgne [ 2019-12-02 ] |
|
Please find enclosed the EXPLAIN SELECT |
| Comment by Marko Mäkelä [ 2019-12-02 ] |
|
Because MDEV-21191_EXPLAIN_SELECT.txt |
| Comment by Igor Babaev [ 2019-12-02 ] |
|
David, |
| Comment by David Le Borgne [ 2019-12-03 ] |
|
After upgrading to 10.4 build 29736, I can confirm that the problem is fixed. |
| Comment by Marko Mäkelä [ 2019-12-11 ] |
|
Build 29736 corresponds to source code revision 0b8b11b0b15f2d3d20dc801e50fa2beedc080dad from December 2. |