forked from holland-backup/holland
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert broken SHOW SLAVE STATUS fix for LP#1220841
The fix for LP#1220841 breaks show_slave_status() in the holland mysql client 'show_slave_status()' method. 'binary' is not a valid character set for MySQLdb. This leads to an 'unknown encoding' error and the backup fails. Without changing connectors to something other than MySQLdb - where 'raw' binary strings can be had easily - I think LP#1220841 is not easily fixed. The original fix for this show slave status bug is reverted here to address the serious defect it introduced in holland 1.0.12.
- Loading branch information
Showing
2 changed files
with
13 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters