community.mysql/tests/integration/targets
Nicolas PAYART 6b12435b2b
Allow the "%" character in database name (#227)
The naming rules for MySQL/MariaDB identifiers, when quoted, allow the
`%` character.

However, currently, the use of the `%` character in database names
results in mismatch or missing databases.

- Rewrite query to identify the databases in the catalog using
  `information_schema` instead of `SHOW DATABASES LIKE`
- Escape the `%` character in `CREATE DATABASE` query.

Signed-off-by: Nicolas Payart <npayart@gmail.com>
2021-10-21 08:38:46 +02:00
..
setup_mysql integration tests: remove superfluous debug task (#228) 2021-10-12 13:05:07 +02: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 Allow the "%" character in database name (#227) 2021-10-21 08:38:46 +02:00
test_mysql_info CI matrix update (#226) 2021-10-12 11:24:28 +02:00
test_mysql_query CI matrix update (#226) 2021-10-12 11:24:28 +02:00
test_mysql_replication CI matrix update (#226) 2021-10-12 11:24:28 +02:00
test_mysql_role mysql_role: new module (#189) 2021-08-10 13:30:34 +02:00
test_mysql_user CI matrix update (#226) 2021-10-12 11:24:28 +02:00
test_mysql_variables CI matrix update (#226) 2021-10-12 11:24:28 +02:00