community.mysql/tests/integration/targets
R. Sicart a222fc3bea Fix: test_mysql_replication : Create user for replication
ERROR 1064 (42000) at line 1: You have an error in your SQL syntax;
check the manual that corresponds to your MariaDB server version for the
right syntax to use near 'BY 'replication_pass'' at line 1

https://dev.mysql.com/doc/mysql-replication-excerpt/5.7/en/replication-howto-repuser.html
https://dev.mysql.com/doc/mysql-replication-excerpt/8.0/en/replication-howto-repuser.html
https://mariadb.com/kb/en/setting-up-replication/#example-enabling-replication-for-mariadb

Create user syntax compatible with auth plugin and password on both
mysql and mariadb.

https://dev.mysql.com/doc/refman/8.0/en/create-user.html
https://mariadb.com/kb/en/create-user/
2021-12-10 15:29:55 +01:00
..
setup_mysql Upgrade dbdeployer to 1.56.0 2021-11-23 18:06:46 +01:00
setup_remote_tmp_dir CI tests: add a note not to use tests as an example of writing roles (#32) 2020-09-28 08:15:47 +03:00
test_mysql_db Fix: test_mysql_db : assert that databases does not exist 2021-12-10 15:29:55 +01:00
test_mysql_info Fix: assertion mysql_version in result.version.full 2021-12-10 15:29:55 +01:00
test_mysql_query TLS on mariadb is disabled by default 2021-12-10 15:29:55 +01:00
test_mysql_replication Fix: test_mysql_replication : Create user for replication 2021-12-10 15:29:55 +01:00
test_mysql_role mysql_role: new module (#189) 2021-08-10 13:30:34 +02:00
test_mysql_user Fix: test_mysql_user : Check that the module made a change and that the expected plugin type is set 2021-12-10 15:29:55 +01:00
test_mysql_variables TLS on mariadb is disabled by default 2021-12-10 15:29:55 +01:00