标签: mysql
我在InnoDB中有所有表,因为我在脚本中实现了MySql Transaction(提交/回滚)。现在我需要实现FULL-TEXT搜索功能。当我尝试向列添加FULL-TEXT索引时,出现“the used table type doesn't support full-text indexes”错误。如何在同一个表上实现MySql Transaction和FULL-TEXT功能?
InnoDB
MySql Transaction
FULL-TEXT
the used table type doesn't support full-text indexes