diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-09-13 00:30:46 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-09-13 00:30:46 +0200 |
commit | 1e3e81a6c9971a56c94086227aa438d133172863 (patch) | |
tree | 859d973ea4a5219bc4ea781833ec98326b640b0a /storage/sphinx | |
parent | 86957d414ff68756b95a8edc023f688430ad367d (diff) | |
parent | f16be2402beb402e31faaf1222d2b88e4396f823 (diff) | |
download | mariadb-git-1e3e81a6c9971a56c94086227aa438d133172863.tar.gz |
sphinx 2.1.9
Diffstat (limited to 'storage/sphinx')
-rw-r--r-- | storage/sphinx/ha_sphinx.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/storage/sphinx/ha_sphinx.cc b/storage/sphinx/ha_sphinx.cc index dacf5d5bde6..8a46167c92a 100644 --- a/storage/sphinx/ha_sphinx.cc +++ b/storage/sphinx/ha_sphinx.cc @@ -1,5 +1,5 @@ // -// $Id: ha_sphinx.cc 4507 2014-01-22 15:24:34Z deogar $ +// $Id: ha_sphinx.cc 4761 2014-07-03 07:24:02Z deogar $ // // @@ -153,7 +153,7 @@ void sphUnalignedWrite ( void * pPtr, const T & tVal ) #define SPHINXSE_MAX_ALLOC (16*1024*1024) #define SPHINXSE_MAX_KEYWORDSTATS 4096 -#define SPHINXSE_VERSION "2.1.5-release" +#define SPHINXSE_VERSION "2.1.9-release" // FIXME? the following is cut-n-paste from sphinx.h and searchd.cpp // cut-n-paste is somewhat simpler that adding dependencies however.. @@ -3637,5 +3637,5 @@ maria_declare_plugin_end; #endif // >50100 // -// $Id: ha_sphinx.cc 4507 2014-01-22 15:24:34Z deogar $ +// $Id: ha_sphinx.cc 4761 2014-07-03 07:24:02Z deogar $ // |