#21364 closed Bug (fixed)
InnoDB supports full-text indexing and searching since 5.6.4
Description ¶
it says at https://docs.djangoproject.com/en/1.5/ref/databases/#mysql-notes:
"Until MySQL 5.5.4, the default engine was MyISAM [1]. The main drawbacks of MyISAM are that it doesn’t support transactions or enforce foreign-key constraints. On the plus side, it’s currently the only engine that supports full-text indexing and searching."
Please correct that MySQL InnoDB engine supports full-text indexing and searching since MySQL 5.6.4.
Note:
See TracTickets
for help on using tickets.
In 89116cf24a3efaaaad5d1168627b3ec84ef823cb: