[MDEV-30999] can not query view after creation, and view define display not right Created: 2023-04-04 Updated: 2023-11-28 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | Views |
| Affects Version/s: | 10.6, 10.7, 10.8, 10.9, 10.10, 10.11, 11.0 |
| Fix Version/s: | 10.6, 10.11 |
| Type: | Bug | Priority: | Major |
| Reporter: | Shawn Yan | Assignee: | Sergei Golubchik |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | regression-10.6 | ||
| Environment: |
mariadb in docker |
||
| Attachments: |
|
| Description |
|
reproduce steps: 1. pull docker images
2. create user with role
3. create table and view
4. check view define, and query view, but get unexpected results.
|
| Comments |
| Comment by Alice Sherepa [ 2023-04-06 ] | |||||||||||||||||||||
|
Thank you for the report! I repeated on 10.6-10.11 as described, 10.4,10.5 shows view as expected.
|