Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
94b14294
Commit
94b14294
authored
Jun 22, 2005
by
marko@hundin.mysql.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
InnoDB: Correct a function comment.
parent
71b425be
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
innobase/include/rem0rec.h
innobase/include/rem0rec.h
+1
-1
innobase/include/rem0rec.ic
innobase/include/rem0rec.ic
+1
-1
No files found.
innobase/include/rem0rec.h
View file @
94b14294
...
...
@@ -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 a
n old-style
record. */
data field in a record. */
UNIV_INLINE
byte
*
rec_get_nth_field
(
...
...
innobase/include/rem0rec.ic
View file @
94b14294
...
...
@@ -886,7 +886,7 @@ rec_offs_make_valid(
/****************************************************************
The following function is used to get a pointer to the nth
data field in a
n old-style
record. */
data field in a record. */
UNIV_INLINE
byte*
rec_get_nth_field(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment