[MDEV-29645] OFFSET doesn't work with view Created: 2022-09-27 Updated: 2023-11-28 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.6, 10.7, 10.8, 10.9, 10.11 |
| Fix Version/s: | 10.6, 10.11 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Lena Startseva | Assignee: | Vicențiu Ciorbaru |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | view-protocol | ||
| Issue Links: |
|
||||||||
| Description |
|
Test:
Expected result:
Actual result:
|
| Comments |
| Comment by Oleksandr Byelkin [ 2022-11-29 ] | ||||||||||||||||||||||||||||
|
It is lack of FETCH/LIMIT support in select printing for VIEWs by the author:
| ||||||||||||||||||||||||||||
| Comment by Oleksandr Byelkin [ 2022-12-01 ] | ||||||||||||||||||||||||||||
|
after fixing the bug do not forget remove:
in mysql-test/main/fetch_first.test and run it with --view-protocol |