community.mysql/plugins/modules
Laurent Indermuehle b24249d39a
Add connector information to the returned values
I need to know what python library was used. I had a container with
both mysqlclient and pymysql installed and tests used a different
connector that what is advertised by the title of integration tests.
We need to prevent that otherwise our tests are worth nothing.
2023-01-19 16:36:06 +01:00
..
mysql_db.py Docs: add info how to cope with a protocol-related connection error using login_unix_socket argument (#420) 2022-08-26 11:38:41 +02:00
mysql_info.py Add connector information to the returned values 2023-01-19 16:36:06 +01:00
mysql_query.py Docs: add info how to cope with a protocol-related connection error using login_unix_socket argument (#420) 2022-08-26 11:38:41 +02:00
mysql_replication.py Add SOURCE_SSL_VERIFY_SERVER_CERT parameter (#435) 2022-09-02 10:59:51 +02:00
mysql_role.py Docs: add info how to cope with a protocol-related connection error using login_unix_socket argument (#420) 2022-08-26 11:38:41 +02:00
mysql_user.py Docs: add info how to cope with a protocol-related connection error using login_unix_socket argument (#420) 2022-08-26 11:38:41 +02:00
mysql_variables.py Docs: add info how to cope with a protocol-related connection error using login_unix_socket argument (#420) 2022-08-26 11:38:41 +02:00