issue-671: get ASNI_QUOTES from session sql_mode instead of GLOBAL sql_mode

This commit is contained in:
SoledaD208 2024-10-10 23:18:14 +07:00
commit 6d4fc3c24f
3 changed files with 117 additions and 1 deletions

View file

@ -282,6 +282,10 @@
- import_tasks: issue-64560.yaml
tags:
- issue-64560
- import_tasks: issue-671.yaml
tags:
- issue-671
# Test that mysql_user still works with force_context enabled (database set to "mysql")
# (https://github.com/ansible-collections/community.mysql/issues/265)