| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Use listen instead of deprecated port value in sphinx config file.
sqlhost uses default $dbhost.
PHPBB3-10946
|
| |
|
|
|
|
|
| |
The SQL server host which sphinx connects to index the posts is now
configurable via ACP.
PHPBB3-10946
|
| |
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
IF is not supported in pgsql, use CASE instead supported in both mysql
and pgsql.
PHPBB3-10946
|
| |
|
|
| |
PHPBB3-10946
|
| |
|
|
|
|
|
| |
a new unique id is generated by sphinx and stored in the config table
instead of using avatar_salt.
PHPBB3-10946
|
| |
|
|
|
|
| |
binlog files are now added to the data folder.
PHPBB3-10946
|
|
|
PHPBB3-10946
|