ansible/database/mysql
Toshio Kuratomi a1135f803d Fix for int port assignment in a playbook failing
Ports are integer values but the old code was assuming they were
strings.  When login_port is put into playbook complex_args as an
integer the code would fail.  This update should make the argument
validating make sure we have an integer and then we can send that value
directly to the relevant APIs.

Fixes #818
2015-03-03 14:23:07 -08:00
..
__init__.py Some more module categorization. 2014-11-04 17:23:22 -05:00
mysql_db.py Fix for int port assignment in a playbook failing 2015-03-03 14:23:07 -08:00
mysql_user.py Fix for int port assignment in a playbook failing 2015-03-03 14:23:07 -08:00
mysql_variables.py Escape mysql identifiers 2014-11-25 01:46:09 -08:00