mariadb/mysql-test/suite/sys_vars/inc
Sergei Golubchik d6e3d89c80 MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges
SUPER privilege used to allow various actions that were alternatively
allowed by one of BINLOG ADMIN, BINLOG MONITOR, BINLOG REPLAY,
CONNECTION ADMIN, FEDERATED ADMIN, REPL MASTER ADMIN, REPL SLAVE ADMIN,
SET USER, SLAVE MONITOR.

Now SUPER no longer does that, one has to grant one of the fine-grained
privileges above to be to perform corresponding actions.

On upgrade from MariaDB versions 10.11 and below all the privileges
above are granted automatically if the user has SUPER.

As a side-effect, such an upgrade will allow SUPER-user to run SHOW
BINLOG EVENTS, SHOW RELAYLOG EVENTS, SHOW SLAVE HOSTS, even if he wasn't
able to do it before the upgrade.
2023-02-06 14:31:48 +01:00
..
autocommit_func2.inc Fix for BUG#57316 "It is not clear how to disable autocommit" 2010-11-05 14:16:27 +01:00
bin_relay_log_basename_index.inc MDEV-7110 : Add missing MySQL variable log_bin_basename and log_bin_index 2015-06-09 13:38:29 -04:00
charset_basic.inc
collation_basic.inc Clean-ups for MDEV-10132 utf8_thai_520_w2 collation: 2016-05-26 22:56:28 +04:00
explicit_defaults_for_timestamp.inc MDEV-29227 deprecate explicit_defaults_for_timestamp=0 2023-02-05 22:02:30 +01:00
secure_timestamp_func.inc MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
sysvar_global_and_session_grant.inc MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
sysvar_global_grant.inc MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
sysvar_global_grant_alone.inc MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
sysvar_session_grant.inc MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
sysvar_session_grant_alone.inc MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
sysvars_server.inc MDEV-25894: support AIX as a platform in mtr 2021-06-16 15:44:18 +10:00
sysvars_server.opt portability fixes for sysvar_* tests 2014-10-11 18:53:03 +02:00