Holland xtrabackup util.py should accept stream=none
Bug #1282325 reported by
MikeG
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
holland-backup |
New
|
Undecided
|
Unassigned |
Bug Description
util.py 83:
if stream_method is not None:
return
util.py 126:
if stream in ('no', '0', 'false'):
return None
raise BackupError(
To post a comment you must log in.