diff options
Diffstat (limited to 'innobase/include')
-rw-r--r-- | innobase/include/rem0rec.h | 2 | ||||
-rw-r--r-- | innobase/include/rem0rec.ic | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/innobase/include/rem0rec.h b/innobase/include/rem0rec.h index c068f4cb73c..1d15b8d1c77 100644 --- a/innobase/include/rem0rec.h +++ b/innobase/include/rem0rec.h @@ -282,7 +282,7 @@ rec_get_nth_field_size( ulint n); /* in: index of the field */ /**************************************************************** The following function is used to get a pointer to the nth -data field in an old-style record. */ +data field in a record. */ UNIV_INLINE byte* rec_get_nth_field( diff --git a/innobase/include/rem0rec.ic b/innobase/include/rem0rec.ic index d60fb3b9eda..e2dceb6bae5 100644 --- a/innobase/include/rem0rec.ic +++ b/innobase/include/rem0rec.ic @@ -886,7 +886,7 @@ rec_offs_make_valid( /**************************************************************** The following function is used to get a pointer to the nth -data field in an old-style record. */ +data field in a record. */ UNIV_INLINE byte* rec_get_nth_field( |