Bug #59275: SHOW PRIVILEGES doesn't have an entry for the PROXY privilege
Added the privilege to the SHOW command.
This commit is contained in:
parent
d037f626fa
commit
e07c6cae9b
@ -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
|
||||||
|
@ -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"},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user