diff options
author | unknown <marko@hundin.mysql.fi> | 2005-06-22 12:02:31 +0300 |
---|---|---|
committer | unknown <marko@hundin.mysql.fi> | 2005-06-22 12:02:31 +0300 |
commit | 4d7bca88e9c50599610829702c7a9a20db9fda00 (patch) | |
tree | 5f572fb3f94466cdfcf2511dc17d289473b253c0 /innobase/include | |
parent | cceab6e62c3496b7ae58e515e3ffc0f76be050de (diff) | |
download | mariadb-git-4d7bca88e9c50599610829702c7a9a20db9fda00.tar.gz |
InnoDB: Correct a function comment.
innobase/include/rem0rec.h:
rec_get_nth_field(): Correct the comment.
innobase/include/rem0rec.ic:
rec_get_nth_field(): Correct the comment.
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( |