Sujatha
6da68049b5
MDEV-23610: Slave user can't run "SHOW SLAVE STATUS" anymore after upgrade to 10.5, mysql_upgrade should take of that
...
Add a new privilege "SLAVE MONITOR" which will grant user the permission
to execute "SHOW SLAVE STATUS" and "SHOW RELAYLOG EVENTS" commands.
SHOW SLAVE STATUS requires either SLAVE MONITOR/SUPER
SHOW RELAYLOG EVENTS requires SLAVE MONITOR privilege.
2020-11-16 14:31:44 +05:30
Alexander Barkov
f991c41670
MDEV-22057 REPLICATION MASTER ADMIN is missing in root account after upgrade
2020-03-27 22:28:03 +04:00
Alexander Barkov
19e998d20c
MDEV-22030 Don't grant REPLICATION MASTER ADMIN automatically on upgrade from an older JSON user table
2020-03-25 00:41:32 +04:00
Alexander Barkov
e0eacbee77
MDEV-21975 Add BINLOG REPLAY privilege and bind new privileges to gtid_seq_no, preudo_thread_id, server_id, gtid_domain_id
2020-03-18 20:16:34 +04:00
Alexander Barkov
a1e330de5a
MDEV-21743 Split up SUPER privilege to smaller privileges
2020-03-10 23:49:47 +04:00
Alexander Barkov
e26056e181
MDEV-21704 Add a new JSON field "version_id" into mysql.global_priv.priv
2020-02-28 15:58:31 +04:00