community.mysql/plugins/modules
Laurent Indermuehle 76189ef0d4
fix mismatch default value
We use "None" as a default to know if the user provide this option
or not. But a bool can't have a default of "None" for the sanity tests.
So we must erase the line.
2025-04-28 14:46:46 +02:00
..
mysql_db.py Add support for MariaDB 11.4 (#703) 2025-03-10 18:55:42 +01:00
mysql_info.py fix mysql_info crash if PUBLIC role is used on MariaDB 10.11+ (#712) 2025-04-28 14:45:33 +02:00
mysql_query.py mysql_query: returns execution_time_ms list containing execution time per query (#697) 2025-01-16 15:49:53 +01:00
mysql_replication.py fix mismatch default value 2025-04-28 14:46:46 +02:00
mysql_role.py User locking (#702) 2025-03-19 14:40:59 +01:00
mysql_user.py User locking (#702) 2025-03-19 14:40:59 +01:00
mysql_variables.py mysql_variables: fix boolean value handling (#653) 2024-06-28 11:34:59 +02:00