Fix doc, add fragment

This commit is contained in:
Andrew Klychkov 2022-04-26 10:18:34 +02:00
commit 13c39ffced
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- mysql_query - fix false change reports when ``IF EXISTS/IF NOT EXISTS`` clause is used (https://github.com/ansible-collections/community.mysql/issues/268).

View file

@ -22,7 +22,7 @@ options:
description:
- SQL query to run. Multiple queries can be passed using YAML list syntax.
- Must be a string or YAML list containing strings.
- Note that if you use the C(IF EXISTS/IF NOT EXIST) clauses in your query,
- Note that if you use the C(IF EXISTS/IF NOT EXISTS) clauses in your query,
the module will report that the state has been changed even if it has not
when C(mysqlclient) connector is used.
type: raw