In April of 2011, InnoDB team published the early access of NoSQL to InnoDB with memcached, plus several new features as part of MySQL 5.6.2 milestone release. This week, we announced additional early access to new InnoDB features for the community to test, and provide feedback.
There are two release packages from InnoDB team on MySQL Labs: InnoDB full-text search, and InnoDB new features.
InnoDB Full-Text Search
MySQL 5.5 makes InnoDB the default storage engine, so everyone can benefit from ACID-compliant transactions, referential integrity, crash recovery. However, some users need InnoDB to have built-in full-text search, similar to MyISAM’s full-text search.
InnoDB full-text search provides users with the ability to build full text indices and search for specific text-based content stored in InnoDB tables. This new functionality supports fast and accurate search on document content using natural language, boolean, wildcard, and proximity search.