mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-05 10:10:32 -07:00
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> |
||
---|---|---|
.. | ||
setup_mysql | ||
setup_remote_tmp_dir | ||
test_mysql_db | ||
test_mysql_info | ||
test_mysql_query | ||
test_mysql_replication | ||
test_mysql_role | ||
test_mysql_user | ||
test_mysql_variables |