MDEV-24344: BINLOG REPLAY privilege is missing from SHOW PRIVILEGES

Was added in 10.5.2 (MDEV-21975)
This commit is contained in:
Daniel Black 2021-02-08 16:42:18 +11:00
parent ffc5d06489
commit 5e3d3220bb
2 changed files with 2 additions and 0 deletions

View File

@ -623,6 +623,7 @@ References Databases,Tables To have references on tables
Reload Server Admin To reload or refresh tables, logs and privileges
Binlog admin Server To purge binary logs
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 slave admin Server To start/stop slave and apply binlog events
Slave monitor Server To use SHOW SLAVE STATUS and SHOW RELAYLOG EVENTS

View File

@ -483,6 +483,7 @@ static struct show_privileges_st sys_privileges[]=
{"Reload", "Server Admin", "To reload or refresh tables, logs and privileges"},
{"Binlog admin", "Server", "To purge binary logs"},
{"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 slave admin", "Server", "To start/stop slave and apply binlog events"},
{"Slave monitor", "Server", "To use SHOW SLAVE STATUS and SHOW RELAYLOG EVENTS"},