MySQL Toolkit version numbers are based on Subversion revision number. This release is the first past the 1,000-commit milestone. It also marks several days of being in Sourceforge's top 100 most active projects. It has been in the top 300 for a couple of months, and the top 1000 for, um, a long time. While I would hasten to say I'm not a popularity-contest-focused person, it's rewarding to see that people think this project is important and useful.
This release of MySQL Toolkit updates MySQL Parallel Dump. I had
been using it on a relatively small server; yesterday I took a
deep breath and started using it to generate backups from a large
server with lots of data and lots of queries. Of course I found a
couple bugs and decided I needed more functionality and error
handling. The major new functionality is for efficiency; it
defers locking as late as possible and releases locks as soon as
possible, and with the --setperdb option …