Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
58132465
Commit
58132465
authored
Nov 20, 2014
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Plain Diff
sphinx 2.2.6
parents
dbbe3651
5ccab72b
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
141 additions
and
101 deletions
+141
-101
storage/sphinx/ha_sphinx.cc
storage/sphinx/ha_sphinx.cc
+135
-95
storage/sphinx/ha_sphinx.h
storage/sphinx/ha_sphinx.h
+4
-4
storage/sphinx/snippets_udf.cc
storage/sphinx/snippets_udf.cc
+2
-2
No files found.
storage/sphinx/ha_sphinx.cc
View file @
58132465
This diff is collapsed.
Click to expand it.
storage/sphinx/ha_sphinx.h
View file @
58132465
//
// $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
CSphSEThread
Data
;
struct
CSphSEThread
Table
;
/// Sphinx SE handler class
class
ha_sphinx
:
public
handler
...
...
@@ -156,7 +156,7 @@ private:
bool
UnpackStats
(
CSphSEStats
*
pStats
);
bool
CheckResponcePtr
(
int
iLen
);
CSphSEThread
Data
*
GetTls
();
CSphSEThread
Table
*
GetTls
();
};
...
...
@@ -171,5 +171,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
$
//
storage/sphinx/snippets_udf.cc
View file @
58132465
//
// $Id: snippets_udf.cc 45
05 2014-01-22 15:16:21Z deogar
$
// $Id: snippets_udf.cc 45
22 2014-01-30 11:00:18Z tomat
$
//
//
...
...
@@ -822,5 +822,5 @@ void sphinx_snippets_deinit ( UDF_INIT * pUDF )
}
//
// $Id: snippets_udf.cc 45
05 2014-01-22 15:16:21Z deogar
$
// $Id: snippets_udf.cc 45
22 2014-01-30 11:00:18Z tomat
$
//
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment