We're currently running 6.5.5 and use Innodb for w3t_Posts so that we can get more concurrency. However I see that 7.1 uses a FULLTEXT key on ubbt_POSTS and Innodb doesn't support that kind of key.

What are my options? (If anyone knows?) I'm concerned that keeping it MyISAM will limit the number of users.

Thanks,

Chuck