diff options
| author | Claude Paroz <claude@2xlibre.net> | 2013-11-01 10:59:16 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2013-11-01 10:59:16 +0100 |
| commit | 89116cf24a3efaaaad5d1168627b3ec84ef823cb (patch) | |
| tree | 88dab33b3dce57a6b0d64d90fb4b3737a0720e28 /docs/ref | |
| parent | 67c6c1a7cb2ef971497ba8827be5d6e781c0d2e8 (diff) | |
Fixed #21364 -- Specified InnoDB full-text support from MySQL 5.6.4 on
Thanks thevlad at gmail.com for the report.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/databases.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index 6ffd84ced3..38c93e60ee 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -209,8 +209,8 @@ in the server configuration. Until MySQL 5.5.4, the default engine was MyISAM_ [#]_. 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. +constraints. On the plus side, it was the only engine that supported full-text +indexing and searching until MySQL 5.6.4. Since MySQL 5.5.5, the default storage engine is InnoDB_. This engine is fully transactional and supports foreign key references. It's probably the best |
