diff options
Diffstat (limited to 'sql/sql_show.cc')
-rw-r--r-- | sql/sql_show.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_show.cc b/sql/sql_show.cc index ae65cceb1fb..4c5e877cce8 100644 --- a/sql/sql_show.cc +++ b/sql/sql_show.cc @@ -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"}, |