Commit 4d7bca88 authored by unknown's avatar unknown

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.
parent cceab6e6
...@@ -282,7 +282,7 @@ rec_get_nth_field_size( ...@@ -282,7 +282,7 @@ rec_get_nth_field_size(
ulint n); /* in: index of the field */ ulint n); /* in: index of the field */
/**************************************************************** /****************************************************************
The following function is used to get a pointer to the nth 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 UNIV_INLINE
byte* byte*
rec_get_nth_field( rec_get_nth_field(
......
...@@ -886,7 +886,7 @@ rec_offs_make_valid( ...@@ -886,7 +886,7 @@ rec_offs_make_valid(
/**************************************************************** /****************************************************************
The following function is used to get a pointer to the nth 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 UNIV_INLINE
byte* byte*
rec_get_nth_field( rec_get_nth_field(
......
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