MDEV-24344: BINLOG REPLAY privilege is missing from SHOW PRIVILEGES
Was added in 10.5.2 (MDEV-21975)
This commit is contained in:
parent
ffc5d06489
commit
5e3d3220bb
@ -623,6 +623,7 @@ References Databases,Tables To have references on tables
|
|||||||
Reload Server Admin To reload or refresh tables, logs and privileges
|
Reload Server Admin To reload or refresh tables, logs and privileges
|
||||||
Binlog admin Server To purge binary logs
|
Binlog admin Server To purge binary logs
|
||||||
Binlog monitor Server To use SHOW BINLOG STATUS and SHOW BINARY LOG
|
Binlog monitor Server To use SHOW BINLOG STATUS and SHOW BINARY LOG
|
||||||
|
Binlog replay Server To use BINLOG (generated by mariadb-binlog)
|
||||||
Replication master admin Server To monitor connected slaves
|
Replication master admin Server To monitor connected slaves
|
||||||
Replication slave admin Server To start/stop slave and apply binlog events
|
Replication slave admin Server To start/stop slave and apply binlog events
|
||||||
Slave monitor Server To use SHOW SLAVE STATUS and SHOW RELAYLOG EVENTS
|
Slave monitor Server To use SHOW SLAVE STATUS and SHOW RELAYLOG EVENTS
|
||||||
|
@ -483,6 +483,7 @@ static struct show_privileges_st sys_privileges[]=
|
|||||||
{"Reload", "Server Admin", "To reload or refresh tables, logs and privileges"},
|
{"Reload", "Server Admin", "To reload or refresh tables, logs and privileges"},
|
||||||
{"Binlog admin", "Server", "To purge binary logs"},
|
{"Binlog admin", "Server", "To purge binary logs"},
|
||||||
{"Binlog monitor", "Server", "To use SHOW BINLOG STATUS and SHOW BINARY LOG"},
|
{"Binlog monitor", "Server", "To use SHOW BINLOG STATUS and SHOW BINARY LOG"},
|
||||||
|
{"Binlog replay", "Server", "To use BINLOG (generated by mariadb-binlog)"},
|
||||||
{"Replication master admin", "Server", "To monitor connected slaves"},
|
{"Replication master admin", "Server", "To monitor connected slaves"},
|
||||||
{"Replication slave admin", "Server", "To start/stop slave and apply binlog events"},
|
{"Replication slave admin", "Server", "To start/stop slave and apply binlog events"},
|
||||||
{"Slave monitor", "Server", "To use SHOW SLAVE STATUS and SHOW RELAYLOG EVENTS"},
|
{"Slave monitor", "Server", "To use SHOW SLAVE STATUS and SHOW RELAYLOG EVENTS"},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user