Commit 348c962c authored by Sergei Golubchik's avatar Sergei Golubchik

fix xtradb I_S tables to load

parent ffa8c4cf
...@@ -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* */
......
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