community.general/lib/ansible/modules/database/mysql
Pierrick Caillon a1b3664ec4 Fix: mysql_user - permission string with column privileges
MySQL returns privileges on columns as "PRIVILEGES (column)".
For permissions to be correctly matched, it must be specified exactly the
same in the module argument. A resulting string is like
"dbname.dbtable:PRIVILEGES (column)". Thus, the space before the opening
parenthesis must also be removed when creating the set of privileges for
validation.
2017-02-21 10:51:03 -08:00
..
__init__.py
mysql_db.py
mysql_replication.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
mysql_user.py Fix: mysql_user - permission string with column privileges 2017-02-21 10:51:03 -08:00
mysql_variables.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00