community.mysql/tests/unit/plugins/module_utils
Laurent Indermühle cd9f4fcf57
Fix deprecated options from MySQL 8.2 (#662)
* Fix show master status for MySQL 8.2+

* Fix mysqldump option form --master-data to --source-data

* Fix incompatibility between mysqldump 8.0 and MySQL 8.4

Installing the same version between the client and the server makes
sense anyway. The incompatibility arise when you use mysqldump with
--source-data. The the tool tries to perform a SHOW MASTER STATUS which
is deprecated in MySQL 8.2+.

* Fix missing condition

* Fix unit tests

* Add a query resolver depending on implementation and version

* Sanity

* Fix SHOW REPLICA STATUS queries

* Fix mariadb's SHOW REPLICA HOSTS query

* Fix CHANGE MASTER for MySQL 8.0.23+

* Fix integration test for CHANGE MASTER

* Fix integration test for CHANGE MASTER

* Fix replication queries for MySQL 8.0.23+ and 8.4+

* Revert file edited by mistake

* Enhance tests format
2024-08-05 08:55:18 +02:00
..
__init__.py mysql_user: fixed encrypted option for MySQL 8.0 and test coverage (#79) 2021-01-14 08:27:05 +03:00
test_command_resolver.py Fix deprecated options from MySQL 8.2 (#662) 2024-08-05 08:55:18 +02:00
test_mariadb_replication.py Handle divergences between MySQL and MariaDB (#103) 2021-03-16 09:15:19 +01:00
test_mariadb_user_implementation.py Handle divergences between MySQL and MariaDB (#103) 2021-03-16 09:15:19 +01:00
test_mysql.py Using show all slaves status when using MariaDB to be consistent with MySQL (#602) 2024-01-19 15:41:29 +01:00
test_mysql_replication.py Handle divergences between MySQL and MariaDB (#103) 2021-03-16 09:15:19 +01:00
test_mysql_user.py Fix column uppercasing (#569) 2023-10-06 16:08:46 +02:00
test_mysql_user_implementation.py Handle divergences between MySQL and MariaDB (#103) 2021-03-16 09:15:19 +01:00