[MDEV-7042] SELECT privilege is not checked for views on UPDATE which references to columns Created: 2014-11-07 Updated: 2023-04-27 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | OTHER, Views |
| Affects Version/s: | 5.5.40, 10.0.14, 10.2, 10.3, 10.4, 10.5, 10.6 |
| Fix Version/s: | 10.4, 10.5, 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Oleksandr Byelkin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | upstream-fixed | ||
| Description |
|
According to the MySQL manual,
Neither is true for updates on a view.
|
| Comments |
| Comment by Elena Stepanova [ 2021-09-23 ] |
|
Still reproducible on current 10.2-10.7. |
| Comment by Elena Stepanova [ 2021-09-23 ] |
|
Please note that the test case has --disable_abort_on_error, so it never actually fails, it just demonstrates the outcome of the queries. Please remember to change it after fixing, to set proper expected errors instead of the blank suppression. |