Maatkit version 1709 released
This release contains bug fixes and new features. It also contains a new tool: my implementation of Paul Tuckfield’s relay log pipelining idea. I have had quite a few responses to that blog post, and requests for the code. So I’m releasing it as part of Maatkit.
Changelog for mk-archiver: 2008-01-24: version 1.0.7 * Added --quiet option. * Added --plugin option. The plugin interface is not backwards compatible. * Added --bulkins option. * Added --bulkdel option. * Added --nodelete option. * Changed negatable --ascend option to --noascend. Changelog for mk-parallel-dump: 2008-01-24: version 1.0.5 * The fix for bug #1863949 added an invalid argument to gzip (bug #1866137) * --quiet caused a crash. Changelog for mk-parallel-restore: 2008-01-24: version 1.0.4 * The -D option was used as a default DB for the connection (bug #1870415). Changelog for mk-slave-prefetch: 2008-01-24: version 1.0.0 * Initial release. Changelog for mk-table-sync: 2008-01-24: version 1.0.4 * Made the --algorithm option case-insensitive (bug #1873152). * Fixed a quoting bug. * Made the UTF-8 options configurable.



Hi Baron,
I’m trying to use mk-table-sync to get one table on the slave to match what’s on the master.
I’ve used 3 algorithms and whatever the default algorithm is. I’ve specified all 4 columns to be compared. All said and done, I still have differences:
—————– ———– ———— ——– —————– ———– ———— ——-
| AudioCampaignId | AccountId | CustomerId | Name | AudioCampaignId | AccountId | CustomerId | Name |
—————– ———– ———— ——– —————– ———– ———— ——-
| 15034 | 8950648 | 7861708 | 051707 | 15034 | 8950648 | 7861708 | 51707 |
| 9355 | 8950648 | 7861708 | 040307 | 9355 | 8950648 | 7861708 | 40307 |
—————– ———– ———— ——– —————– ———– ———— ——-
Suggestions?
Thanks!
-Bruce
Bruce Bristol
25 Jan 08 at 6:29 pm
Hi Bruce, let’s move this to the Sourceforge forums if you don’t mind. Thanks!
Xaprb
26 Jan 08 at 9:05 am
I just tried, but get a WordPress error even just trying to get to maatkit.sourceforge.net.
Bruce Bristol
28 Jan 08 at 2:06 pm
Hm, that’s odd. It worked OK for me. Fortunately, that’s just an informational page: the real stuff is at http://sourceforge.net/projects/maatkit
Xaprb
28 Jan 08 at 2:13 pm