community.mysql/plugins/module_utils
MattMontgomeryKochava 175ad8899c When using statement based replication in a master-master configuration
there exists a race condition that can break replication when dropping a user.
Ideally one would use the "sql_log_bin: no" option to avoid this but
that is not possible on Google CloudSQL instances. Adding IF EXISTS
clause to the DROP USER statement makes it replication safe without
the need to skip logging.
2022-02-11 17:53:32 -06:00
..
implementations Prepare for distutils.version being removed in Python 3.12 (#267) 2021-12-23 12:45:21 +01:00
_version.py Use vendored version of distutils.version (#269) 2022-01-07 14:59:19 +01:00
database.py initial commit (#1) 2020-07-10 17:16:58 +01:00
mysql.py mysql: revert changes made in PR 116 (#153) 2021-04-23 12:57:23 +02:00
user.py When using statement based replication in a master-master configuration 2022-02-11 17:53:32 -06:00
version.py Use vendored version of distutils.version (#269) 2022-01-07 14:59:19 +01:00