[MDEV-10815] Window Function Expressions Wrong Results Created: 2016-09-15 Updated: 2022-02-22 Resolved: 2022-02-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Optimizer - Window functions |
| Affects Version/s: | 10.2.1 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Vicențiu Ciorbaru | Assignee: | Sergei Petrunia |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | window-functions | ||
| Issue Links: |
|
||||||||
| Description |
|
The following query returns incorrect results:
s2 should be s1 + 1, not the constant 1 |
| Comments |
| Comment by Vicențiu Ciorbaru [ 2016-09-15 ] |
| Comment by Vicențiu Ciorbaru [ 2016-09-16 ] |
|
Hi Sergey, Can you please review the patch for this MDEV? This does not fix |
| Comment by Igor Babaev [ 2017-02-11 ] |
|
Sergey, |
| Comment by Sergei Petrunia [ 2022-02-20 ] |
|
Works ok in the current branch. Fixed at least since MariaDB 10.2.10 (likely earlier, but I can build to check) |