The MySQL Development team is happy to announce our 5.7.5 development milestone release (DMR), now available for download at dev.mysql.com. You can find the full list of changes and bug fixes in the 5.7.5 release notes. Here are the highlights. Enjoy!
Scalability
Improve scalability by not using thr_lock locks for InnoDB
tables (WL#6671) : This work by Dmitry Lenev improves
InnoDB scalability by not using thr_lock
locks
for InnoDB tables. For InnoDB tables we now rely on MDL +
InnoDB row locks. This patch shows good performance/scalability
improvements in the single table Sysbench OLTP_RO/ POINT_SELECT
tests for InnoDB on multi-core …