community.mysql/plugins/modules
Maciej d83f7022a3
Changed += to append because cmd is a list
Using += on a list cause some problems druing creation of mysql command:
/usr/bin/mysql   - - u s e r = r o o t   - - p a s s w o r d = ' ' --socket=/run/mysqld/mysqld.sock
2022-05-30 13:53:49 +02:00
..
mysql_db.py Changed += to append because cmd is a list 2022-05-30 13:53:49 +02:00
mysql_info.py mysql_info: fix TypeError failure when there are databases that do not contain tables (#205) 2021-08-20 08:17:34 +02:00
mysql_query.py mysql_query: fix false change reports when IF NOT EXISTS clause is used (#322) 2022-05-25 16:19:31 +02:00
mysql_replication.py mysql_replication: fix failing when using primary_use_gtid with replica_ or slave_pos (#336) 2022-04-21 17:43:08 +02:00
mysql_role.py mysql_role: add examples for "members_must_exist" argument (#376) 2022-05-30 09:59:20 +02:00
mysql_user.py mysql_user, mysql_role: add argument subtract_privs to revoke privileges explicitly (#333) 2022-05-09 09:50:49 +02:00
mysql_variables.py mysql_variables: fix documentation (#66) 2020-11-26 13:12:31 +03:00