mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-23 05:10:24 -07:00
Release 3.11.0 commit (#692)
This commit is contained in:
parent
9057637844
commit
e437d562c1
5 changed files with 60 additions and 26 deletions
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
minor_changes:
|
||||
- mysql_info - adds the count of tables for each database to the returned values. It is possible to exclude this new field using the ``db_table_count`` exclusion filter. (https://github.com/ansible-collections/community.mysql/pull/691)
|
|
@ -1,12 +0,0 @@
|
|||
bugfixes:
|
||||
- mysql_user,mysql_role - The sql_mode ANSI_QUOTES affects how the modules mysql_user
|
||||
and mysql_role compare the existing privileges with the configured privileges,
|
||||
as well as decide whether double quotes or backticks should be used in the GRANT
|
||||
statements. Pointing out in issue 671, the modules mysql_user and mysql_role allow
|
||||
users to enable/disable ANSI_QUOTES in session variable (within a DB session, the
|
||||
session variable always overwrites the global one). But due to the issue, the modules
|
||||
do not check for ANSI_MODE in the session variable, instead, they only check in the
|
||||
GLOBAL one.That behavior is not only limiting the users' flexibility, but also not
|
||||
allowing users to explicitly disable ANSI_MODE to work around such bugs like
|
||||
https://bugs.mysql.com/bug.php?id=115953.
|
||||
(https://github.com/ansible-collections/community.mysql/issues/671)
|
Loading…
Add table
Add a link
Reference in a new issue