[MDEV-21971] Bind BINLOG ADMIN to binlog_annotate_row_events and binlog_row_image global and session variables Created: 2020-03-18 Updated: 2020-03-24 Resolved: 2020-03-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Replication, Variables |
| Fix Version/s: | 10.5.2 |
| Type: | Task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
SET for the following binlog related system GLOBAL variables:
is allowed only for users with the SUPER privilege as of 10.5.1. SET for the same session variables is allowed to any user as of 10.5.1. This looks wrong. Let's allow SET for these local variables only to users having SUPER or BINLOG ADMIN privilege. |