Commit 58132465 authored by Sergei Golubchik's avatar Sergei Golubchik

sphinx 2.2.6

parents dbbe3651 5ccab72b
This diff is collapsed.
// //
// $Id: ha_sphinx.h 3866 2013-05-22 11:54:20Z kevg $ // $Id: ha_sphinx.h 4818 2014-09-24 08:53:38Z tomat $
// //
#ifdef USE_PRAGMA_INTERFACE #ifdef USE_PRAGMA_INTERFACE
...@@ -27,7 +27,7 @@ struct CSphReqQuery; ...@@ -27,7 +27,7 @@ struct CSphReqQuery;
struct CSphSEShare; struct CSphSEShare;
struct CSphSEAttr; struct CSphSEAttr;
struct CSphSEStats; struct CSphSEStats;
struct CSphSEThreadData; struct CSphSEThreadTable;
/// Sphinx SE handler class /// Sphinx SE handler class
class ha_sphinx : public handler class ha_sphinx : public handler
...@@ -156,7 +156,7 @@ private: ...@@ -156,7 +156,7 @@ private:
bool UnpackStats ( CSphSEStats * pStats ); bool UnpackStats ( CSphSEStats * pStats );
bool CheckResponcePtr ( int iLen ); bool CheckResponcePtr ( int iLen );
CSphSEThreadData * GetTls (); CSphSEThreadTable * GetTls ();
}; };
...@@ -171,5 +171,5 @@ int sphinx_showfunc_word_count ( THD *, SHOW_VAR *, char * ); ...@@ -171,5 +171,5 @@ int sphinx_showfunc_word_count ( THD *, SHOW_VAR *, char * );
int sphinx_showfunc_words ( THD *, SHOW_VAR *, char * ); int sphinx_showfunc_words ( THD *, SHOW_VAR *, char * );
// //
// $Id: ha_sphinx.h 3866 2013-05-22 11:54:20Z kevg $ // $Id: ha_sphinx.h 4818 2014-09-24 08:53:38Z tomat $
// //
// //
// $Id: snippets_udf.cc 4505 2014-01-22 15:16:21Z deogar $ // $Id: snippets_udf.cc 4522 2014-01-30 11:00:18Z tomat $
// //
// //
...@@ -822,5 +822,5 @@ void sphinx_snippets_deinit ( UDF_INIT * pUDF ) ...@@ -822,5 +822,5 @@ void sphinx_snippets_deinit ( UDF_INIT * pUDF )
} }
// //
// $Id: snippets_udf.cc 4505 2014-01-22 15:16:21Z deogar $ // $Id: snippets_udf.cc 4522 2014-01-30 11:00:18Z tomat $
// //
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment