module_utils/mysql: Fixing unexpected keyword argument 'cursorclass' error after migratio… (#47809)

* Fixing unexpected keyword argument 'cursorclass' error after migration from MySQLdb to PyMySQL

* Adoptions for mysql.py as suggested by felixfontein.

* Adding changelog fragment.
This commit is contained in:
Timo Runge
2019-02-15 16:38:01 +01:00
committed by John R Barker
parent 958653e282
commit 47190088b4
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- mysql - fixing unexpected keyword argument 'cursorclass' issue after migration from MySQLdb to PyMySQL.