[Rt-commit] rt branch, 4.2/sphinx-config, repushed
Alex Vandiver
alexmv at bestpractical.com
Wed Mar 4 17:12:55 EST 2015
The branch 4.2/sphinx-config was deleted and repushed:
was 35258c14eb3f92f36084395a977b2d58c7e56767
now 759ca268f2492faeda3dd77fb0ddadb506dfd304
1: 35258c1 ! 1: 759ca26 Sphinx 1.10 and above want an explicit binlog_path
@@ -29,9 +29,9 @@
END
-diff --git a/t/fts/indexed_mysql.t b/t/fts/indexed_mysql.t
---- a/t/fts/indexed_mysql.t
-+++ b/t/fts/indexed_mysql.t
+diff --git a/t/fts/indexed_sphinx.t b/t/fts/indexed_sphinx.t
+--- a/t/fts/indexed_sphinx.t
++++ b/t/fts/indexed_sphinx.t
@@
plan skip_all => "No searchd and indexer under PATH"
unless $sphinx{'searchd'} && $sphinx{'indexer'};
@@ -43,7 +43,7 @@
+
plan tests => 15;
- RT->Config->Set( FullTextSearch => Enable => 1, Indexed => 1, Table => 'AttachmentsIndex', MaxMatches => 1000 );
+ setup_indexing();
@@
$sphinx_conf =~ s/.*?source rt \{/source rt {/ms;
$sphinx_conf =~ s{\Q$RT::VarPath\E/sphinx/}{$tmp/}g;
More information about the rt-commit
mailing list