1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

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:
Georgi Kodinov
2011-01-14 16:57:13 +02:00
parent 8980a22b2e
commit 60353d7eb6
2 changed files with 2 additions and 0 deletions

View File

@@ -336,6 +336,7 @@ static struct show_privileges_st sys_privileges[]=
{"Insert", "Tables", "To insert data into tables"},
{"Lock tables","Databases","To use LOCK TABLES (together with SELECT privilege)"},
{"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"},
{"Reload", "Server Admin", "To reload or refresh tables, logs and privileges"},
{"Replication client","Server Admin","To ask where the slave or master servers are"},