Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
5e3d3220
Commit
5e3d3220
authored
Feb 08, 2021
by
Daniel Black
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-24344: BINLOG REPLAY privilege is missing from SHOW PRIVILEGES
Was added in 10.5.2 (MDEV-21975)
parent
ffc5d064
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
mysql-test/main/grant.result
mysql-test/main/grant.result
+1
-0
sql/sql_show.cc
sql/sql_show.cc
+1
-0
No files found.
mysql-test/main/grant.result
View file @
5e3d3220
...
...
@@ -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
...
...
sql/sql_show.cc
View file @
5e3d3220
...
...
@@ -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"
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment