Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.3.17, 10.4.7
-
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