[MDEV-24191] A bug occurs when an operation is put in the OVER query. Mysqld will be restart Created: 2020-11-11 Updated: 2020-11-11 Resolved: 2020-11-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Optimizer - Window functions |
| Affects Version/s: | 10.3.14 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Critical |
| Reporter: | lee sang eui | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
client : mysql connector 5.1.46 server : kernel 3.10.0-957.10.1.el7.x86_64 mariaDb : 10.3.14-MariaDB-log |
||
| Issue Links: |
|
||||||||
| Description |
|
Description: The actual mysqld-err.log is as follows.
The actual query is as follows.
The problem is ORDER BY ROW_NUMBER() OVER (ORDER BY RM.CREATE_DTM)`+1` part. In the actual application, it occurs as follows
How to repeat:
Suggested fix: |
| Comments |
| Comment by Alice Sherepa [ 2020-11-11 ] | |||||||||||||||||||||||
|
Thanks! I repeated on 10.3.14
It is the same problem as |