Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
SET for the following system variables (both GLOBAL and SESSION):
- binlog_format
- binlog_direct_non_transactional_updates
- sql_log_bin
has been allowed only for users with the SUPER privilege.
Let's allow SET for these variables (both GLOBAL and SESSION) also for users with the BINLOG ADMIN privilege.
Note, sql_log_bin is actually a SESSION-only variable (since MariaDB 5.5). However, internally it is still defined as a GLOBAL-and-SESSION variable, while setting the global one is forbidden by non-standard means.
Attachments
Issue Links
- relates to
-
MDEV-21743 Split up SUPER privilege to smaller privileges
- Closed
-
MDEV-22026 Document 10.5 privilege changes
- Closed