You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/database/mysql
Sam Yaple 2c35cfce9a Revert "escapeds changes"
While this change doesn't break the creation, it does break
idempotency. This change will convert '*.*' to '`*`.*' which is
functionally the same, however when the user_mod() function looks up
the current privileges with privileges_get() it will read '*.*'

Since '*.*' != '`*`.*' it will go through the process of updating the
privleges always resulting in a 'changed' result.

This reverts commit db9ab9b262.
9 years ago
..
__init__.py Some more module categorization. 10 years ago
mysql_db.py Update mysql_db.py 9 years ago
mysql_user.py Revert "escapeds changes" 9 years ago
mysql_variables.py Merge pull request #1001 from ospii/devel 9 years ago