mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-20 17:31:25 -07:00
add back function argument deleted during rebase
This commit is contained in:
parent
6b4fbd1b99
commit
16ac592834
3 changed files with 8 additions and 4 deletions
|
@ -627,7 +627,7 @@ def sort_column_order(statement):
|
|||
return '%s(%s)' % (priv_name, ', '.join(columns))
|
||||
|
||||
|
||||
def privileges_unpack(priv, mode, ensure_usage=True):
|
||||
def privileges_unpack(priv, mode, column_case_sensitive, ensure_usage=True):
|
||||
""" Take a privileges string, typically passed as a parameter, and unserialize
|
||||
it into a dictionary, the same format as privileges_get() above. We have this
|
||||
custom format to avoid using YAML/JSON strings inside YAML playbooks. Example
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue