community.mysql/plugins/modules
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
..
mysql_db.py Allow the "%" character in database name (#227) 2021-10-21 08:38:46 +02:00
mysql_info.py mysql_info: fix TypeError failure when there are databases that do not contain tables (#205) 2021-08-20 08:17:34 +02:00
mysql_query.py mysql_query: correctly reflect changed status in replace statements (#193) 2021-07-28 09:18:00 +02:00
mysql_replication.py mysql_replication: Add aliases to "master" options, add alternatives to "master" state options, add announcement (#150) 2021-04-20 15:58:21 +02:00
mysql_role.py mysql_user: replace VALID_PRIVS by get_valid_privs() function (#217) 2021-09-23 11:53:37 +02:00
mysql_user.py mysql_user: replace VALID_PRIVS by get_valid_privs() function (#217) 2021-09-23 11:53:37 +02:00
mysql_variables.py mysql_variables: fix documentation (#66) 2020-11-26 13:12:31 +03:00