diff options
Diffstat (limited to 'storage/xtradb/include/handler0alter.h')
-rw-r--r-- | storage/xtradb/include/handler0alter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/xtradb/include/handler0alter.h b/storage/xtradb/include/handler0alter.h index 985b76f4f50..7f5af6d2e76 100644 --- a/storage/xtradb/include/handler0alter.h +++ b/storage/xtradb/include/handler0alter.h @@ -27,7 +27,7 @@ UNIV_INTERN void innobase_rec_to_mysql( /*==================*/ - TABLE* table, /*!< in/out: MySQL table */ + struct TABLE* table, /*!< in/out: MySQL table */ const rec_t* rec, /*!< in: record */ const dict_index_t* index, /*!< in: index */ const ulint* offsets); /*!< in: rec_get_offsets( @@ -39,4 +39,4 @@ UNIV_INTERN void innobase_rec_reset( /*===============*/ - TABLE* table); /*!< in/out: MySQL table */ + struct TABLE* table); /*!< in/out: MySQL table */ |