From b86f70ed7d5c9413d0cb0447966dca7eaca32cbb Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Mon, 9 Jan 2017 18:21:05 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sphinx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx.conf b/sphinx.conf index a61dce8..20dbce7 100644 --- a/sphinx.conf +++ b/sphinx.conf @@ -12,7 +12,7 @@ source files_index sql_db = btsearch sql_port = 3306 # optional, default is 3306 - sql_query_pre = REPLACE INTO sphinx_counter SELECT 1, MAX(fileid) FROM torrents + sql_query_pre = REPLACE INTO sphinx_counter SELECT 1, MAX(fileid) FROM files sql_query = \ SELECT fls.fileid, fls.path, fls.size as filesize, \ torrents.hash as hash, torrents.name as name, torrents.size as size, \