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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
0bf8ba69
Commit
0bf8ba69
authored
Oct 27, 2012
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix innodb plugin versions
parent
30d1de5e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
config.h.cmake
config.h.cmake
+2
-0
storage/innobase/handler/i_s.cc
storage/innobase/handler/i_s.cc
+7
-7
No files found.
config.h.cmake
View file @
0bf8ba69
...
...
@@ -622,6 +622,8 @@
#define MYSQL_MAJOR_VERSION @MAJOR_VERSION@
#define MYSQL_MINOR_VERSION @MINOR_VERSION@
#define MYSQL_VERSION_PATCH @PATCH_VERSION@
#define MYSQL_VERSION_EXTRA "@EXTRA_VERSION@"
#define PACKAGE "mysql"
#define PACKAGE_BUGREPORT ""
...
...
storage/innobase/handler/i_s.cc
View file @
0bf8ba69
...
...
@@ -2481,7 +2481,7 @@ UNIV_INTERN struct st_maria_plugin i_s_innodb_ft_default_stopword =
/* pointer to type-specific plugin descriptor */
/* void* */
STRUCT_FLD
(
info
,
&
i_s_
stopword_fields_
info
),
STRUCT_FLD
(
info
,
&
i_s_info
),
/* plugin name */
/* const char* */
...
...
@@ -2650,7 +2650,7 @@ UNIV_INTERN struct st_maria_plugin i_s_innodb_ft_deleted =
/* pointer to type-specific plugin descriptor */
/* void* */
STRUCT_FLD
(
info
,
&
i_s_
fts_doc_fields_
info
),
STRUCT_FLD
(
info
,
&
i_s_info
),
/* plugin name */
/* const char* */
...
...
@@ -2733,7 +2733,7 @@ UNIV_INTERN struct st_maria_plugin i_s_innodb_ft_being_deleted =
/* pointer to type-specific plugin descriptor */
/* void* */
STRUCT_FLD
(
info
,
&
i_s_
fts_doc_fields_
info
),
STRUCT_FLD
(
info
,
&
i_s_info
),
/* plugin name */
/* const char* */
...
...
@@ -2866,7 +2866,7 @@ UNIV_INTERN struct st_maria_plugin i_s_innodb_ft_inserted =
/* pointer to type-specific plugin descriptor */
/* void* */
STRUCT_FLD
(
info
,
&
i_s_
fts_doc_fields_
info
),
STRUCT_FLD
(
info
,
&
i_s_info
),
/* plugin name */
/* const char* */
...
...
@@ -3129,7 +3129,7 @@ UNIV_INTERN struct st_maria_plugin i_s_innodb_ft_index_cache =
/* pointer to type-specific plugin descriptor */
/* void* */
STRUCT_FLD
(
info
,
&
i_s_
fts_index_fields_
info
),
STRUCT_FLD
(
info
,
&
i_s_info
),
/* plugin name */
/* const char* */
...
...
@@ -3429,7 +3429,7 @@ UNIV_INTERN struct st_maria_plugin i_s_innodb_ft_index_table =
/* pointer to type-specific plugin descriptor */
/* void* */
STRUCT_FLD
(
info
,
&
i_s_
fts_index_fields_
info
),
STRUCT_FLD
(
info
,
&
i_s_info
),
/* plugin name */
/* const char* */
...
...
@@ -3628,7 +3628,7 @@ UNIV_INTERN struct st_maria_plugin i_s_innodb_ft_config =
/* pointer to type-specific plugin descriptor */
/* void* */
STRUCT_FLD
(
info
,
&
i_s_
fts_config_fields_
info
),
STRUCT_FLD
(
info
,
&
i_s_info
),
/* plugin name */
/* const char* */
...
...
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