Commit 5ccab72b authored by Sergei Golubchik's avatar Sergei Golubchik

2.2.6

parent f16be240
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
......@@ -27,7 +27,7 @@ struct CSphReqQuery;
struct CSphSEShare;
struct CSphSEAttr;
struct CSphSEStats;
struct CSphSEThreadData;
struct CSphSEThreadTable;
/// Sphinx SE handler class
class ha_sphinx : public handler
......@@ -155,7 +155,7 @@ private:
bool UnpackStats ( CSphSEStats * pStats );
bool CheckResponcePtr ( int iLen );
CSphSEThreadData * GetTls ();
CSphSEThreadTable * GetTls ();
};
......@@ -170,5 +170,5 @@ int sphinx_showfunc_word_count ( 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 $
//
//
......@@ -812,5 +812,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