community.general/lib/ansible/modules/database/mysql
Sam Yaple f8bcdffa36 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 db9ab9b2629f00350a743a4eca72fb5ee8dc8c77.
2016-12-08 11:23:31 -05:00
..
__init__.py Some more module categorization. 2016-12-08 11:22:25 -05:00
mysql_db.py Replace tabbed indentation with spaces for mysql_db module 2016-12-08 11:23:16 -05:00
mysql_user.py Revert "escapeds changes" 2016-12-08 11:23:31 -05:00
mysql_variables.py Validate variable, return only the found variable value instead of tuple 2016-12-08 11:23:24 -05:00