1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix output per bug #16412 (Events: SHOW PRIVILEGES gives incorrect information)

WL#1034 (Internal CRON)
This commit is contained in:
andrey@lmy004.
2006-02-24 11:52:03 +01:00
parent c56d1c248e
commit c04b3f4a91
2 changed files with 2 additions and 2 deletions

View File

@ -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"},