Commit 4d7bca88 authored by unknown's avatar unknown
Browse files

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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(
+1 −1
Original line number Diff line number Diff line
@@ -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(