mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2026-02-04 07:11:49 +00:00
This commit adds a `session_vars` dict to the `mysql_query` plugin, similar to that done in #489. While this could also be done by using a list of queries, having a dictionary allows for a cleaner query, reusability (via merge key), and a more consistent experience when using different plugins (like `mysql_user`, which supports `session_vars`). |
||
|---|---|---|
| .. | ||
| mysql_db.py | ||
| mysql_info.py | ||
| mysql_query.py | ||
| mysql_replication.py | ||
| mysql_role.py | ||
| mysql_user.py | ||
| mysql_variables.py | ||