Joas Schilling
c50af28077
[ticket/11438] Add spaces after # comment start and before \ line breaks
...
PHPBB3-11438
2013-03-16 01:18:15 +01:00
Joas Schilling
ef63c2db8b
[ticket/11438] Add empty sql_query_pre to delta-source
...
PHPBB3-11438
2013-03-15 08:19:50 +01:00
Joas Schilling
8fe776dff7
[ticket/11438] Move backslash to concatenate the query strings correctly
...
Was broken in 03d2c6413c25b1faf7f37ff20625ce986b19eb88
PHPBB3-11438
2013-03-15 08:16:37 +01:00
Joas Schilling
dc7afd05eb
[ticket/11438] Update sphinx.sample.conf to one provided by config_generate()
...
PHPBB3-11438
2013-03-15 08:06:45 +01:00
Oleg Pudeyev
03d2c6413c
[ticket/11248] Convert line endings to LF - develop edition.
...
PHPBB3-11248
2012-12-07 21:57:33 -05:00
Dhruv
39bac86f7d
[feature/sphinx-fulltext-search] improve port option
...
Use listen instead of deprecated port value in sphinx config file.
sqlhost uses default $dbhost.
PHPBB3-10946
2012-07-22 04:24:34 +05:30
Dhruv
161e469b5a
[feature/sphinx-fulltext-search] makes sql host configurable
...
The SQL server host which sphinx connects to index the posts is now
configurable via ACP.
PHPBB3-10946
2012-07-22 02:50:53 +05:30
Dhruv
81959927e5
[feature/sphinx-fulltext-search] use Update in sphinx query
...
Instead of REPLACE use UPDATE since pgsql does not support REPLACE.
A row is inserted at time of creating table so REPLACE is no longer
needed.
PHPBB3-10946
2012-07-19 23:01:49 +05:30
Dhruv
b81941a997
[feature/sphinx-fulltext-search] use CASE instead of IF
...
IF is not supported in pgsql, use CASE instead supported in both mysql
and pgsql.
PHPBB3-10946
2012-07-19 23:01:48 +05:30
Dhruv
118b57f71d
[feature/sphinx-fulltext-search] minor changes in sphinx.conf
...
PHPBB3-10946
2012-07-19 23:01:47 +05:30
Dhruv
172c583f19
[feature/sphinx-fulltext-search] use new unique id instead of salt
...
a new unique id is generated by sphinx and stored in the config table
instead of using avatar_salt.
PHPBB3-10946
2012-07-19 23:01:42 +05:30
Dhruv Goel
10b706674e
[feature/sphinx-fulltext-search] add binlog_path to config
...
binlog files are now added to the data folder.
PHPBB3-10946
2012-07-12 17:31:58 +05:30
Dhruv Goel
a3b2caf841
[feature/sphinx-fulltext-search] include sample sphinx.conf in docs
...
PHPBB3-10946
2012-07-12 17:27:26 +05:30