diff options
author | Max Bubenick <maxbube@gmail.com> | 2020-02-17 13:55:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-17 13:55:44 +0100 |
commit | eff51c0122e73606f6e2b32cb349758bcd05dcb9 (patch) | |
tree | 9e00e5045550a988e6369253ae676be488404a77 /changelogs | |
parent | win_domain_object_info: new module (#67450) (diff) | |
download | ansible-eff51c0122e73606f6e2b32cb349758bcd05dcb9.tar.xz ansible-eff51c0122e73606f6e2b32cb349758bcd05dcb9.zip |
Fix proxysql module cursor_class (#67339)
* Fix proxysql module cursor class
* Adding changelog file
* adding extension to changelog file
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/67337-fix-proxysql-mysql-cursor.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/67337-fix-proxysql-mysql-cursor.yaml b/changelogs/fragments/67337-fix-proxysql-mysql-cursor.yaml new file mode 100644 index 0000000000..0bcb836e35 --- /dev/null +++ b/changelogs/fragments/67337-fix-proxysql-mysql-cursor.yaml @@ -0,0 +1,2 @@ +bugfixes: + - proxysql - fixed mysql dictcursor |