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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
e07c6cae
Commit
e07c6cae
authored
Jan 14, 2011
by
Georgi Kodinov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug #59275: SHOW PRIVILEGES doesn't have an entry for the PROXY privilege
Added the privilege to the SHOW command.
parent
d037f626
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
mysql-test/r/grant.result
mysql-test/r/grant.result
+1
-0
sql/sql_show.cc
sql/sql_show.cc
+1
-0
No files found.
mysql-test/r/grant.result
View file @
e07c6cae
...
@@ -594,6 +594,7 @@ Index Tables To create or drop indexes
...
@@ -594,6 +594,7 @@ Index Tables To create or drop indexes
Insert Tables To insert data into tables
Insert Tables To insert data into tables
Lock tables Databases To use LOCK TABLES (together with SELECT privilege)
Lock tables Databases To use LOCK TABLES (together with SELECT privilege)
Process Server Admin To view the plain text of currently executing queries
Process Server Admin To view the plain text of currently executing queries
Proxy Server Admin To make proxy user possible
References Databases,Tables To have references on tables
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
Replication client Server Admin To ask where the slave or master servers are
Replication client Server Admin To ask where the slave or master servers are
...
...
sql/sql_show.cc
View file @
e07c6cae
...
@@ -336,6 +336,7 @@ static struct show_privileges_st sys_privileges[]=
...
@@ -336,6 +336,7 @@ static struct show_privileges_st sys_privileges[]=
{
"Insert"
,
"Tables"
,
"To insert data into tables"
},
{
"Insert"
,
"Tables"
,
"To insert data into tables"
},
{
"Lock tables"
,
"Databases"
,
"To use LOCK TABLES (together with SELECT privilege)"
},
{
"Lock tables"
,
"Databases"
,
"To use LOCK TABLES (together with SELECT privilege)"
},
{
"Process"
,
"Server Admin"
,
"To view the plain text of currently executing queries"
},
{
"Process"
,
"Server Admin"
,
"To view the plain text of currently executing queries"
},
{
"Proxy"
,
"Server Admin"
,
"To make proxy user possible"
},
{
"References"
,
"Databases,Tables"
,
"To have references on tables"
},
{
"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"
},
{
"Replication client"
,
"Server Admin"
,
"To ask where the slave or master servers are"
},
{
"Replication client"
,
"Server Admin"
,
"To ask where the slave or master servers are"
},
...
...
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