[MDEV-29231] View returns wrong value with SQL_MODE 'NO_BACKSLASH_ESCAPES' Created: 2022-08-02 Updated: 2023-11-28 |
|
| Status: | Stalled |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9 |
| Fix Version/s: | 10.4, 10.5, 10.6, 10.11 |
| Type: | Bug | Priority: | Major |
| Reporter: | Lena Startseva | Assignee: | Oleksandr Byelkin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | view-protocol | ||
| Issue Links: |
|
||||||||
| Description |
|
Expected that "select from table" and "select from view" give the same result:
Actual result:
Expected result:
|
| Comments |
| Comment by Oleksandr Byelkin [ 2022-12-07 ] | |||||||||||
|
I made it critical, because the fix it add workaround of the bug which can lead to making brocken .frm for a view with ".. like ... escape ..." | |||||||||||
| Comment by Oleksandr Byelkin [ 2022-12-07 ] | |||||||||||
|
Branch bb-10.3-MDEV-29231
|