Commit 94b14294 authored by marko@hundin.mysql.fi's avatar marko@hundin.mysql.fi

InnoDB: Correct a function comment.

parent 71b425be
...@@ -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