You can read about it here. "
- The InnoDB Plugin offers new features, improved performance and scalability, enhanced reliability and new capabilities for flexibility and ease of use. Among the features of the InnoDB Plugin are "Fast index creation," table and index compression, file format management, new INFORMATION_SCHEMA tables, capacity tuning, multiple background I/O threads, and group commit.
For information about these features, see InnoDB Plugin 1.0 for MySQL 5.1 User's Guide.
To install innodb plugin on 5.1
1. Check what current state is
mysql> show plugins;
…[Read more]