[Rt-commit] rt branch, 4.2/mysql-native-fts, repushed
Alex Vandiver
alexmv at bestpractical.com
Mon May 5 10:05:27 EDT 2014
The branch 4.2/mysql-native-fts was deleted and repushed:
was 4807aea0114629c134b032af799934ed512cbc24
now 1f1daac7d9baee8e07994f1929598870d2984b6c
1: e27aeb8 = 1: e27aeb8 Add additional clarification points about Sphinx on MySQL
2: 097f466 = 2: 097f466 Rename Sphinx FTS search
3: 4c78595 = 3: 4c78595 Support native FTS on MySQL 5.6 and above
4: 4807aea ! 4: 1f1daac Using a separate MyISAM table, we can also support FTS on MySQL < 5.6
@@ -12,7 +12,7 @@
-MySQL does not support full-text indexing natively until version 5.6 and
-above. For prior versions, RT can integrate with the external Sphinx
-full-text search engine.
-+Ony MySQL, full-text search can either be done using native support
++On MySQL, full-text search can either be done using native support
+(which may use MyISAM tables on pre-5.6 versions of MySQL), or RT can
+integrate with the external Sphinx full-text search engine.
More information about the rt-commit
mailing list