mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
sanity
This commit is contained in:
parent
baf947da4b
commit
7e2449813c
1 changed files with 1 additions and 1 deletions
|
@ -1090,7 +1090,7 @@ def main():
|
|||
# TODO Release 4.0.0 : Remove this warning or change the message.
|
||||
if not column_case_sensitive and "(" in str(priv):
|
||||
module.warn("column_case_sensitive set to False, column's name will be uppercased")
|
||||
|
||||
|
||||
if subtract_privs:
|
||||
priv = None # avoid granting unwanted privileges
|
||||
if detach_members:
|
||||
|
|
Loading…
Add table
Reference in a new issue