So, the changes since 0.2.2 are:
- Drizzle support now fully works again
- Fixes so mydumper compiles in FreeBSD (thanks to Kirill A. Korinskiy)
If you wish to try this version the source can be downloaded here.
It has only been a few days since the 0.2.0 release of mydumper but there have been some big changes since then. I will try and go over them all here.Mikael FridhMikael Fridh

shell> bar -if=data.sql | mysql
[/caption]Remote Binlog Back-up
Enhances operational efficiency by using the replication channel to create real-time back-ups from the binary log.
By adding arawflag, the binlog is written out to remote back-up servers, without having a MySQL database instance translating it into SQL statements, and without the DBA needing SSH access to each master server.
Whilst supporting customers at SkySQL I often have to load gigabytes of SQL data into MySQL servers to run tests. This process can be slow especially for InnoDB because in a standard dump file every insert is a transaction and every transaction has to be synchronised to disk for crash safety. The thing is, most of the time I don't care if the machine I'm using crashes whilst I'm loading this data into the server.LD_PRELOAD=/usr/lib/libeatmydata.so mysqld
real 166m19.504s
user 0m23.891s
sys 0m6.084s
real 5m33.578s
user 0m11.096s
sys 0m3.215s
real 3m14.123s
user 0m10.932s
sys 0m3.108s