Skip to content

Commit

Permalink
sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-indermuehle committed Oct 5, 2023
1 parent baf947d commit 7e24498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/mysql_role.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7e24498

Please sign in to comment.