Release Summary
This is a minor release of the community.mysql collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.'
Minor Changes
- mysql_db - Add support for
sql_log_binoption (#700).
Bugfixes
- mysql_query - fix a Python 2 compatibility issue caused by the addition of
execution_time_msin version 3.12 (see #716). - mysql_user - fix a crash (unable to parse the MySQL grant string: SET DEFAULT ROLE
someroleFORsomeuser@%) when using themysql_usermodule with a DEFAULT role present in MariaDB. The DEFAULT role is now ignored by the parser (#710).