[MDEV-26454] ROW_NUMBER() crashes server Created: 2021-08-20 Updated: 2021-09-24 Resolved: 2021-09-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Platform Windows |
| Affects Version/s: | 10.6.4 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Gene Connor | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | need_feedback | ||
| Environment: |
Windows 10 |
||
| Description |
|
A SELECT query containing the ROW_NUMBER() OVER clause always crashes the MariaDB service, which has to be restarted. |
| Comments |
| Comment by Alice Sherepa [ 2021-08-24 ] |
|
Could you please add a test case to demonstrate the problem? |
| Comment by Elena Stepanova [ 2021-09-24 ] |
|
We definitely have tests in the regression suite which run ROW_NUMBER() OVER..., e.g. and they pass on Windows, so whatever the problem is, it has to be more specific than just that. |