add hex blobbing to mysql plugin

This commit is contained in:
brent s 2020-07-07 16:48:58 -04:00
parent 5e11c6318c
commit 7df740a225
Signed by: bts
GPG Key ID: 8C004C2F93481F6B

View File

@ -33,6 +33,7 @@ class Backup(object):
raise OSError(('{0} does not exist!').format(self.cfg))
if not dumpopts:
self.dumpopts = ['--routines',
'--hex-blob',
'--add-drop-database',
'--add-drop-table',
'--allow-keywords',