Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.3.17, 10.4.7
-
Component/s: Authentication and Privilege System
-
Labels:None
Description
MDEV-17655 fixed most of the inconsistent usage of DELETE VERSIONING ROWS and DELETE HISTORY. However, SHOW PRIVILEGES still shows the old term:
SHOW PRIVILEGES;
|
+-------------------------+---------------------------------------+-------------------------------------------------------+
|
| Privilege | Context | Comment |
|
+-------------------------+---------------------------------------+-------------------------------------------------------+
|
...
|
| Delete | Tables | To delete existing rows |
|
| Delete versioning rows | Tables | To delete versioning table historical rows |
|
| Drop | Databases,Tables | To drop databases, tables, and views |
|
...
|
+-------------------------+---------------------------------------+-------------------------------------------------------+
|
Attachments
Issue Links
- relates to
-
MDEV-17655 Inconsistent grant-name usage between grant-statement and privilege tables
-
- Closed
-