Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#21364 closed Bug (fixed)

InnoDB supports full-text indexing and searching since 5.6.4

Reported by: thevlad@… 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.

Change History (4)

comment:1 by Claude Paroz <claude@…>, 10 years ago

Resolution: fixed
Status: newclosed

In 89116cf24a3efaaaad5d1168627b3ec84ef823cb:

Fixed #21364 -- Specified InnoDB full-text support from MySQL 5.6.4 on

Thanks thevlad at gmail.com for the report.

comment:2 by Claude Paroz <claude@…>, 10 years ago

In 3f1b20841af48f444e23d1ac8ee7f75738a6dd9e:

[1.6.x] Fixed #21364 -- Specified InnoDB full-text support from MySQL 5.6.4 on

Thanks thevlad at gmail.com for the report.
Backport of 89116cf24a from master.

comment:3 by Claude Paroz <claude@…>, 10 years ago

In 60ec8ae4b2165d827fbdabc287c07c95794103ec:

[1.5.x] Fixed #21364 -- Specified InnoDB full-text support from MySQL 5.6.4 on

Thanks thevlad at gmail.com for the report.
Backport of 89116cf24a from master.

comment:4 by anonymous, 10 years ago

Thank you! That was quick.

Note: See TracTickets for help on using tickets.
Back to Top