community.mysql/tests/integration/targets/test_mysql_db/tasks
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
..
config_overrides_defaults.yml [CI] Remove ansible-test custom containers (#650) 2024-06-24 09:36:32 +02:00
encoding_dump_import.yml Integrations tests : Use containers for more control and verify that versions match expectation (#490) 2023-03-21 08:16:09 +01:00
issue-28.yml Integrations tests : Use containers for more control and verify that versions match expectation (#490) 2023-03-21 08:16:09 +01:00
issue_256_mysqldump_errors.yml Integrations tests : Use containers for more control and verify that versions match expectation (#490) 2023-03-21 08:16:09 +01:00
main.yml Integrations tests : Use containers for more control and verify that versions match expectation (#490) 2023-03-21 08:16:09 +01:00
multi_db_create_delete.yml Integrations tests : Use containers for more control and verify that versions match expectation (#490) 2023-03-21 08:16:09 +01:00
state_dump_import.yml Fix deprecated options from MySQL 8.2 (#662) 2024-08-05 08:55:18 +02:00
state_present_absent.yml Integrations tests : Use containers for more control and verify that versions match expectation (#490) 2023-03-21 08:16:09 +01:00