Forums
(@davidmstokes)
13 years, 4 months ago
InnoDB supports full-text searches starting with 5.6,
And you can use the MySQL statement ‘ALTER TABLE wp_posts ENGINE=Innodb’ to convert the tables.
Please note that as of MySQL 5.5 the default storage engine for MySQL is InnoDB. And please upgrade to 5.5 as it is 20% faster than 5.1!