diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2013-03-15 08:19:50 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2013-03-15 08:19:50 +0100 |
commit | ef63c2db8b55b37e9e111eb622894332760611a3 (patch) | |
tree | d2c5cbe4581f14cd701b370acf0a7c7783e48029 | |
parent | 8fe776dff75497f77a7cd35ebae0db063c2ca769 (diff) | |
download | forums-ef63c2db8b55b37e9e111eb622894332760611a3.tar forums-ef63c2db8b55b37e9e111eb622894332760611a3.tar.gz forums-ef63c2db8b55b37e9e111eb622894332760611a3.tar.bz2 forums-ef63c2db8b55b37e9e111eb622894332760611a3.tar.xz forums-ef63c2db8b55b37e9e111eb622894332760611a3.zip |
[ticket/11438] Add empty sql_query_pre to delta-source
PHPBB3-11438
-rw-r--r-- | phpBB/docs/sphinx.sample.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/sphinx.sample.conf b/phpBB/docs/sphinx.sample.conf index cb19d011e3..5da4ea78df 100644 --- a/phpBB/docs/sphinx.sample.conf +++ b/phpBB/docs/sphinx.sample.conf @@ -40,6 +40,7 @@ source source_phpbb_{SPHINX_ID}_main } source source_phpbb_{SPHINX_ID}_delta : source_phpbb_{SPHINX_ID}_main { + sql_query_pre = sql_query_range = sql_range_step = sql_query = SELECT\ |