1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-20382: SHOW PRIVILEGES displays "Delete versioning rows" rather than "Delete History"

This commit is contained in:
Anel Husakovic
2020-02-28 14:40:00 +01:00
parent a662cb9b43
commit f8ab5ca374
2 changed files with 2 additions and 2 deletions

View File

@ -592,7 +592,7 @@ static struct show_privileges_st sys_privileges[]=
{"Create view", "Tables", "To create new views"},
{"Create user", "Server Admin", "To create new users"},
{"Delete", "Tables", "To delete existing rows"},
{"Delete versioning rows", "Tables", "To delete versioning table historical rows"},
{"Delete history", "Tables", "To delete versioning table historical rows"},
{"Drop", "Databases,Tables", "To drop databases, tables, and views"},
#ifdef HAVE_EVENT_SCHEDULER
{"Event","Server Admin","To create, alter, drop and execute events"},