A good two weeks ago, MySQL 5.1.22 was released. MySQL 5.1 is a new release of MySQL Server, with new features like
- partitioning (likely the top feature in 5.1)
- events (”crontab” triggers in the database)
- row-based replication
- table logs
- some XML functions
and also with major bug fixes, such as the AUTO_INCREMENT table-lock contention in InnoDB (fixed now in 5.1.22), as well as early indications of performance improvements of up to 20 % - 40 % on dual cores in some scenarios.
Jay Pipes has written an overview that compresses all of the pointers to 5.1 into one article, …
[Read more]