XtraDB存储引擎是InnoDB存储引擎的增强版本,可在新的硬件上提供更好的伸缩性,包含用于高性能环境的各种其它特性。它百分百的兼容InnoDB,可用于替代InnoDB。
当前XtraDB的最新版本是1.0.6-9(release-9),2010.1.13发布:
该release基于InnoDB plugin 1.0.6版本
以MySQL 5.1.42作为base release
实现独立的purge thread 和 LRU dump
innodb_relax_table_creation补丁(变量选项)
slow log增加了扩展统计信息
调整了参数默认值(性能)
增加用于控制checkpoint age的参数
增加crash recovery时的恢复统计输出功能(默认关闭)
导出和恢复innodb_buffer_pool的功能
修复以下bug:
Bug#488315:rename columns and add unique index cause serious inconsistent with mysqld
Bug #495342: “MySQL 5.1.41 + InnoDB 1.0.6 + XtraDB patches extensions-1.0.6, rev. 127 fails to compile on OpenSolaris”
Bug #47621: change the fix of http://bugs.mysql.com/47621 more reasonable
参考http://www.mysqlperformanceblog.com/2010/01/13/xtradb-storage-engine-release-1-0-6-9/