Bug #75812 Add option for data compare to mysqldbdiff
Submitted: 6 Feb 2015 17:41 Modified: 9 Feb 2015 8:40
Reporter: Steve Hanselman Email Updates:
Status: Open Impact on me:
None 
Category:MySQL Utilities Severity:S4 (Feature request)
Version:1.5.3 OS:Any
Assigned to: CPU Architecture:Any

[6 Feb 2015 17:41] Steve Hanselman
Description:
Add an option to perform a table data compare to mysqldbdiff.

The same as mysqldbcompare on mysqldbdiff

How to repeat:
Not currently implemented.

Suggested fix:
Utilise the code that is already present in mysqldbcompare
[9 Feb 2015 8:39] Steve Hanselman
Diff 1 of 2 mysqldiff

Attachment: mysqldiff.py.diff (application/octet-stream, text), 1.72 KiB.

[9 Feb 2015 8:40] Steve Hanselman
diff 2 of 2 diff.py

Attachment: diff.py.diff (application/octet-stream, text), 3.79 KiB.

[9 Feb 2015 8:40] Steve Hanselman
Find attached a couple of diffs that implement --data-compare

I'm not a python programmer so there may be more elegant ways to achieve this, feel free to correct.