MySQL 5.6
The focus of this release seems to be on Replication, Partitioning and InnoDB/Performance.
- New InnoDB-related
INFORMATION_SCHEMA tables and more information in the PERFORMANCE_SCHEMA. - Persistent Optimizer statistics for InnoDB tables.
- InnoDB table information can be limited when many tables are opened.
- Several internal performance enhancements for InnoDB.
- InnoDB deadlocks can be written to the error log.
- Delayed Replication
ALTER TABLE ... EXCHANGE PARTITION.- Binlog shipping with the
mysqlbinlog …