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.
2015-08-03 10:49:37 +00:00
..
__init__.py Some more module categorization. 2014-11-04 17:23:22 -05:00
mysql_db.py Update mysql_db.py 2015-07-26 18:08:33 +05:30
mysql_user.py Revert "escapeds changes" 2015-08-03 10:49:37 +00:00
mysql_variables.py Merge pull request #1001 from ospii/devel 2015-07-23 08:52:22 -04:00