aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2012-07-12 04:28:55 +0530
committerDhruv <dhruv.goel92@gmail.com>2012-07-19 23:01:47 +0530
commit118b57f71d9f563f8eeda8e5925d482c38ab1af8 (patch)
treed4ae2aa57ec98d0fb69e1f05962250db4830966c /phpBB/includes
parent13c451ca2e9a6717a8a98943ba022a6f41dcdd9c (diff)
downloadforums-118b57f71d9f563f8eeda8e5925d482c38ab1af8.tar
forums-118b57f71d9f563f8eeda8e5925d482c38ab1af8.tar.gz
forums-118b57f71d9f563f8eeda8e5925d482c38ab1af8.tar.bz2
forums-118b57f71d9f563f8eeda8e5925d482c38ab1af8.tar.xz
forums-118b57f71d9f563f8eeda8e5925d482c38ab1af8.zip
[feature/sphinx-fulltext-search] minor changes in sphinx.conf
PHPBB3-10946
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/search/fulltext_sphinx.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/search/fulltext_sphinx.php b/phpBB/includes/search/fulltext_sphinx.php
index 747c22a3ef..c223284c72 100644
--- a/phpBB/includes/search/fulltext_sphinx.php
+++ b/phpBB/includes/search/fulltext_sphinx.php
@@ -150,7 +150,7 @@ class phpbb_search_fulltext_sphinx
array('sql_pass', $dbpasswd),
array('sql_db', $dbname),
array('sql_port', $dbport),
- array('sql_query_pre', 'SET NAMES utf8'),
+ array('sql_query_pre', 'SET NAMES \'utf8\''),
array('sql_query_pre', 'REPLACE INTO ' . SPHINX_TABLE . ' SELECT 1, MAX(post_id) FROM ' . POSTS_TABLE . ''),
array('sql_query_range', 'SELECT MIN(post_id), MAX(post_id) FROM ' . POSTS_TABLE . ''),
array('sql_range_step', '5000'),