#21364 closed Bug (fixed)
InnoDB supports full-text indexing and searching since 5.6.4
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | 1.5 |
Severity: | Normal | Keywords: | mysql |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
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: