InnoDB 1.1 is the latest version of the InnoDB storage engine plugin for MySQL 5.5 that provides performance and scalability improvements over previous versions. It includes features from the InnoDB Plugin 1.0 for MySQL 5.1 as well as new features for MySQL 5.5. InnoDB 1.1 supports data compression, fast index creation, and provides additional INFORMATION_SCHEMA tables for monitoring transactions and compression statistics. However, it is not recommended for production use and the generally available version is InnoDB Plugin 1.0.7 and higher.