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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
b5bb1096
Commit
b5bb1096
authored
Jun 12, 2007
by
vasil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some in:/out: comments.
Approved by: Marko
parent
c0a0aa1f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
include/rem0rec.ic
include/rem0rec.ic
+4
-2
rem/rem0rec.c
rem/rem0rec.c
+1
-2
No files found.
include/rem0rec.ic
View file @
b5bb1096
...
...
@@ -795,7 +795,8 @@ UNIV_INLINE
void
rec_offs_set_n_alloc(
/*=================*/
ulint* offsets, /* in: array for rec_get_offsets() */
ulint* offsets, /* out: array for rec_get_offsets(),
must be allocated */
ulint n_alloc) /* in: number of elements */
{
ut_ad(offsets);
...
...
@@ -1282,7 +1283,8 @@ UNIV_INLINE
void
rec_offs_set_n_fields(
/*==================*/
ulint* offsets, /* in: array returned by rec_get_offsets() */
ulint* offsets, /* in/out: array returned by
rec_get_offsets() */
ulint n_fields) /* in: number of fields */
{
ut_ad(offsets);
...
...
rem/rem0rec.c
View file @
b5bb1096
...
...
@@ -153,7 +153,6 @@ static
void
rec_init_offsets
(
/*=============*/
/* out: the offsets */
rec_t
*
rec
,
/* in: physical record */
dict_index_t
*
index
,
/* in: record descriptor */
ulint
*
offsets
)
/* in/out: array of offsets;
...
...
@@ -304,7 +303,7 @@ rec_get_offsets_func(
/* out: the new offsets */
rec_t
*
rec
,
/* in: physical record */
dict_index_t
*
index
,
/* in: record descriptor */
ulint
*
offsets
,
/* in: array consisting of offsets[0]
ulint
*
offsets
,
/* in
/out
: array consisting of offsets[0]
allocated elements, or an array from
rec_get_offsets(), or NULL */
ulint
n_fields
,
/* in: maximum number of initialized fields
...
...
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