[Rt-commit] rt branch, 4.2/mysql-native-fts, repushed
Alex Vandiver
alexmv at bestpractical.com
Fri May 16 13:49:14 EDT 2014
The branch 4.2/mysql-native-fts was deleted and repushed:
was 1f1daac7d9baee8e07994f1929598870d2984b6c
now 1218b28a333e6603fe925b09866e1c385606f985
1: e27aeb8 = 1: e83914b Add additional clarification points about Sphinx on MySQL
2: 097f466 ! 2: f1a2059 Rename Sphinx FTS search
@@ -41,7 +41,7 @@
- command => $RT::SbinPath .'/rt-setup-fulltext-index',
- dba => $ENV{'RT_DBA_USER'},
- 'dba-password' => $ENV{'RT_DBA_PASSWORD'},
-- url => "sphinx://localhost:$port/rt",
+- url => "sphinx://127.0.0.1:$port/rt",
- );
- ok(!$exit_code, "setted up index");
- diag "output: $output" if $ENV{'TEST_VERBOSE'};
@@ -180,7 +180,7 @@
+ command => $RT::SbinPath .'/rt-setup-fulltext-index',
+ dba => $ENV{'RT_DBA_USER'},
+ 'dba-password' => $ENV{'RT_DBA_PASSWORD'},
-+ url => "sphinx://localhost:$port/rt",
++ url => "sphinx://127.0.0.1:$port/rt",
+ );
+ ok(!$exit_code, "setted up index");
+ diag "output: $output" if $ENV{'TEST_VERBOSE'};
3: 4c78595 = 3: 1d91cb6 Support native FTS on MySQL 5.6 and above
4: 1f1daac ! 4: 1218b28 Using a separate MyISAM table, we can also support FTS on MySQL < 5.6
@@ -139,7 +139,7 @@
@@
dba => $ENV{'RT_DBA_USER'},
'dba-password' => $ENV{'RT_DBA_PASSWORD'},
- url => "sphinx://localhost:$port/rt",
+ url => "sphinx://127.0.0.1:$port/rt",
+ 'index-type' => 'sphinx',
);
ok(!$exit_code, "setted up index");
More information about the rt-commit
mailing list