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
348c962c
Commit
348c962c
authored
Dec 22, 2013
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix xtradb I_S tables to load
parent
ffa8c4cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
storage/xtradb/handler/i_s.cc
storage/xtradb/handler/i_s.cc
+6
-6
No files found.
storage/xtradb/handler/i_s.cc
View file @
348c962c
...
@@ -2859,7 +2859,7 @@ UNIV_INTERN struct st_mysql_plugin i_s_innodb_ft_default_stopword =
...
@@ -2859,7 +2859,7 @@ UNIV_INTERN struct st_mysql_plugin i_s_innodb_ft_default_stopword =
/* pointer to type-specific plugin descriptor */
/* pointer to type-specific plugin descriptor */
/* void* */
/* void* */
STRUCT_FLD
(
info
,
&
i_s_
stopword_fields_
info
),
STRUCT_FLD
(
info
,
&
i_s_info
),
/* plugin name */
/* plugin name */
/* const char* */
/* const char* */
...
@@ -3026,7 +3026,7 @@ UNIV_INTERN struct st_mysql_plugin i_s_innodb_ft_deleted =
...
@@ -3026,7 +3026,7 @@ UNIV_INTERN struct st_mysql_plugin i_s_innodb_ft_deleted =
/* pointer to type-specific plugin descriptor */
/* pointer to type-specific plugin descriptor */
/* void* */
/* void* */
STRUCT_FLD
(
info
,
&
i_s_
fts_doc_fields_
info
),
STRUCT_FLD
(
info
,
&
i_s_info
),
/* plugin name */
/* plugin name */
/* const char* */
/* const char* */
...
@@ -3108,7 +3108,7 @@ UNIV_INTERN struct st_mysql_plugin i_s_innodb_ft_being_deleted =
...
@@ -3108,7 +3108,7 @@ UNIV_INTERN struct st_mysql_plugin i_s_innodb_ft_being_deleted =
/* pointer to type-specific plugin descriptor */
/* pointer to type-specific plugin descriptor */
/* void* */
/* void* */
STRUCT_FLD
(
info
,
&
i_s_
fts_doc_fields_
info
),
STRUCT_FLD
(
info
,
&
i_s_info
),
/* plugin name */
/* plugin name */
/* const char* */
/* const char* */
...
@@ -3370,7 +3370,7 @@ UNIV_INTERN struct st_mysql_plugin i_s_innodb_ft_index_cache =
...
@@ -3370,7 +3370,7 @@ UNIV_INTERN struct st_mysql_plugin i_s_innodb_ft_index_cache =
/* pointer to type-specific plugin descriptor */
/* pointer to type-specific plugin descriptor */
/* void* */
/* void* */
STRUCT_FLD
(
info
,
&
i_s_
fts_index_fields_
info
),
STRUCT_FLD
(
info
,
&
i_s_info
),
/* plugin name */
/* plugin name */
/* const char* */
/* const char* */
...
@@ -3670,7 +3670,7 @@ UNIV_INTERN struct st_mysql_plugin i_s_innodb_ft_index_table =
...
@@ -3670,7 +3670,7 @@ UNIV_INTERN struct st_mysql_plugin i_s_innodb_ft_index_table =
/* pointer to type-specific plugin descriptor */
/* pointer to type-specific plugin descriptor */
/* void* */
/* void* */
STRUCT_FLD
(
info
,
&
i_s_
fts_index_fields_
info
),
STRUCT_FLD
(
info
,
&
i_s_info
),
/* plugin name */
/* plugin name */
/* const char* */
/* const char* */
...
@@ -3863,7 +3863,7 @@ UNIV_INTERN struct st_mysql_plugin i_s_innodb_ft_config =
...
@@ -3863,7 +3863,7 @@ UNIV_INTERN struct st_mysql_plugin i_s_innodb_ft_config =
/* pointer to type-specific plugin descriptor */
/* pointer to type-specific plugin descriptor */
/* void* */
/* void* */
STRUCT_FLD
(
info
,
&
i_s_
fts_config_fields_
info
),
STRUCT_FLD
(
info
,
&
i_s_info
),
/* plugin name */
/* plugin name */
/* const char* */
/* 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