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
f1706a13
Commit
f1706a13
authored
May 22, 2007
by
marko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
branches/zip: rec_get_offsets_reverse(): Fix the type of the parameter
node_ptr.
parent
2a77ce27
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
include/rem0rec.h
include/rem0rec.h
+1
-1
rem/rem0rec.c
rem/rem0rec.c
+1
-1
No files found.
include/rem0rec.h
View file @
f1706a13
...
...
@@ -362,7 +362,7 @@ rec_get_offsets_reverse(
in reverse order, excluding the fixed-size
REC_N_NEW_EXTRA_BYTES */
dict_index_t
*
index
,
/* in: record descriptor */
ibool
node_ptr
,
/* in: TRUE=node pointer, FALSE
=leaf node */
ulint
node_ptr
,
/* in: nonzero=node pointer, 0
=leaf node */
ulint
*
offsets
);
/* in/out: array consisting of offsets[0]
allocated elements */
...
...
rem/rem0rec.c
View file @
f1706a13
...
...
@@ -540,7 +540,7 @@ rec_get_offsets_reverse(
in reverse order, excluding the fixed-size
REC_N_NEW_EXTRA_BYTES */
dict_index_t
*
index
,
/* in: record descriptor */
ibool
node_ptr
,
/* in: TRUE=node pointer, FALSE
=leaf node */
ulint
node_ptr
,
/* in: nonzero=node pointer, 0
=leaf node */
ulint
*
offsets
)
/* in/out: array consisting of offsets[0]
allocated elements */
{
...
...
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