Skip to content

Commit

Permalink
Document "DELETE HISTORY" for translators
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Jul 22, 2020
1 parent 73af718 commit 9e39713
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/classes/Server/Privileges.php
Expand Up @@ -456,11 +456,13 @@ public function getGrantsArray()
[
'Delete_history_priv',
'DELETE HISTORY',
/* l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" */
__('Allows deleting historical rows.'),
],
[
'Delete versioning rows_priv',
'DELETE HISTORY',
/* l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" */
__('Allows deleting historical rows.'),
],
[
Expand Down

0 comments on commit 9e39713

Please sign in to comment.