[MDEV-28643] view protocol fails due to different column name Created: 2022-05-23 Updated: 2022-12-02 Resolved: 2022-12-02 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Views |
| Affects Version/s: | 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9 |
| Fix Version/s: | 10.3.38 |
| Type: | Bug | Priority: | Major |
| Reporter: | Lena Startseva | Assignee: | Oleksandr Byelkin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | view-protocol | ||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
Query:
gives result:
Query ('FF' is absent at the beginning of the value ):
gives result:
The view (like first 'select'):
gives text in warning as second query not like first:
|
| Comments |
| Comment by Oleksandr Byelkin [ 2022-12-02 ] | ||||||||||||||||||||||||||||
|
FF missed due to truncation (see warning), name of the column differ due to view accept only correct for table field name | ||||||||||||||||||||||||||||
| Comment by Oleksandr Byelkin [ 2022-12-02 ] | ||||||||||||||||||||||||||||
|
|