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
a594cd08
Commit
a594cd08
authored
Feb 24, 2006
by
andrey@lmy004
Browse files
Options
Browse Files
Download
Plain Diff
Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.1-new
into lmy004.:/work/mysql-5.1-bug16412
parents
97229ca7
c04b3f4a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/r/grant.result
mysql-test/r/grant.result
+1
-1
sql/sql_show.cc
sql/sql_show.cc
+1
-1
No files found.
mysql-test/r/grant.result
View file @
a594cd08
...
...
@@ -448,7 +448,7 @@ Create view Tables To create new views
Create user Server Admin To create new users
Delete Tables To delete existing rows
Drop Databases,Tables To drop databases, tables, and views
Event Server Admin
Creation, alteration, deletion and execution of events.
Event Server Admin
To create, alter, drop and execute events
Execute Functions,Procedures To execute stored routines
File File access on server To read and write files on the server
Grant option Databases,Tables,Functions,Procedures To give to other users those privileges you possess
...
...
sql/sql_show.cc
View file @
a594cd08
...
...
@@ -247,7 +247,7 @@ static struct show_privileges_st sys_privileges[]=
{
"Create user"
,
"Server Admin"
,
"To create new users"
},
{
"Delete"
,
"Tables"
,
"To delete existing rows"
},
{
"Drop"
,
"Databases,Tables"
,
"To drop databases, tables, and views"
},
{
"Event"
,
"Server Admin"
,
"
Creation, alteration, deletion and execution of events.
"
},
{
"Event"
,
"Server Admin"
,
"
To create, alter, drop and execute events
"
},
{
"Execute"
,
"Functions,Procedures"
,
"To execute stored routines"
},
{
"File"
,
"File access on server"
,
"To read and write files on the server"
},
{
"Grant option"
,
"Databases,Tables,Functions,Procedures"
,
"To give to other users those privileges you possess"
},
...
...
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