mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Add USAGE as a valid privilege
This commit is contained in:
committed by
Matt Clay
parent
c49a20b0e5
commit
9fde3c2dc5
@@ -238,7 +238,7 @@ except ImportError:
|
||||
|
||||
VALID_PRIVS = frozenset(('SELECT', 'INSERT', 'UPDATE', 'DELETE', 'TRUNCATE',
|
||||
'REFERENCES', 'TRIGGER', 'CREATE', 'CONNECT',
|
||||
'TEMPORARY', 'TEMP', 'EXECUTE', 'USAGE', 'ALL'))
|
||||
'TEMPORARY', 'TEMP', 'EXECUTE', 'USAGE', 'ALL', 'USAGE'))
|
||||
class Error(Exception):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user