community.general/lib/ansible/modules/database/mysql
dramaley 1fe608afbf Fix for database names that contain colons
Bug fix: Permissions were not parsed correctly if the database name contains a colon (:) character. For example, a privilege string of "*.*:USAGE/`lnx-www-prod:wordpress`.*:ALL" would fail with "invalid privileges string: Invalid privileges specified: frozenset(['WORDPRESS`.*'])". This 1-line fix works around the problem.
2017-11-13 20:23:57 -05:00
..
__init__.py
mysql_db.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
mysql_replication.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
mysql_user.py Fix for database names that contain colons 2017-11-13 20:23:57 -05:00
mysql_variables.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00