[MDEV-25601] MariaDB 10.5 crash when execute query with SET Created: 2021-05-05 Updated: 2021-06-09 Resolved: 2021-06-09 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Variables |
| Affects Version/s: | 10.5 |
| Fix Version/s: | 10.5.11 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Joanne Seneque | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | regression | ||
| Environment: |
Windows server 2012 R2 |
||
| Attachments: |
|
||||||||||||||||
| Issue Links: |
|
||||||||||||||||
| Description |
|
Hello, MariaDb 10.5.9 crashes when executing the following :
When having each SET on a single line (i.e. ending with ";") it works fine. This same query executes without error on MariaDB 10.3.14, but in 10.5.9 it crashes the SQL server. Is there a configuration / system variable that needs to be set so that it executes correctly ? Thanks Joanne NOTE: attached an extract of the error log and the "my.ini" file |
| Comments |
| Comment by Alice Sherepa [ 2021-05-05 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Thanks for the report!
Repeatable on 10.5, not on earlier versions.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Sergei Golubchik [ 2021-05-05 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
This is caused by https://github.com/MariaDB/server/commit/0f080dd60a9a4fb — a fix for | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Joanne Seneque [ 2021-05-11 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Hello, do you have an idea in which version and when this issue will be resolved ? Thanks & Regards Joanne | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Sergei Golubchik [ 2021-05-13 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
No promises, but it's a regression, so hopefully in the next release | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Joanne Seneque [ 2021-05-31 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Hello, can we get an estimated date for the next release with this correction ? Else we have a lot of SQLs to change in our existing code and management is putting pressure on our team. Thanks & Regards, | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Sergei Golubchik [ 2021-06-05 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Yes, you can see the estimated date for the next release at jira.mariadb.org. At the moment it shows
Note, that we cannot say whether the fix for this regression will be in 10.5.11, but it's very likely | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Oleksandr Byelkin [ 2021-06-09 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
It looks like it was fixed:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Elena Stepanova [ 2021-06-09 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
The failure disappeared after this patch:
|