The xtrabackup and mariabackup plugins implement their own (essentially duplicate) mysql.py MySQL client and util.py utility helpers. This functionality should be incorporated into the lib plugin instead. Due to an issue with pylint, the duplicate-code warning can't be disable inline so linting for these files are disabled entirely.
The xtrabackup and mariabackup plugins implement their own (essentially duplicate)
mysql.py
MySQL client andutil.py
utility helpers. This functionality should be incorporated into thelib
plugin instead. Due to an issue with pylint, theduplicate-code
warning can't be disable inline so linting for these files are disabled entirely.