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
79362a38
Commit
79362a38
authored
May 19, 2009
by
marko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
branches/zip: Remove bogus out: comments of functions returning void.
parent
db9dc3bb
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
7 deletions
+0
-7
btr/btr0btr.c
btr/btr0btr.c
+0
-2
btr/btr0cur.c
btr/btr0cur.c
+0
-2
buf/buf0buf.c
buf/buf0buf.c
+0
-1
include/rem0rec.h
include/rem0rec.h
+0
-1
include/rem0rec.ic
include/rem0rec.ic
+0
-1
No files found.
btr/btr0btr.c
View file @
79362a38
...
...
@@ -3261,7 +3261,6 @@ static
void
btr_validate_report1
(
/*=================*/
/* out: TRUE if ok */
dict_index_t
*
index
,
/* in: index */
ulint
level
,
/* in: B-tree level */
const
buf_block_t
*
block
)
/* in: index page */
...
...
@@ -3281,7 +3280,6 @@ static
void
btr_validate_report2
(
/*=================*/
/* out: TRUE if ok */
const
dict_index_t
*
index
,
/* in: index */
ulint
level
,
/* in: B-tree level */
const
buf_block_t
*
block1
,
/* in: first index page */
...
...
btr/btr0cur.c
View file @
79362a38
...
...
@@ -172,8 +172,6 @@ UNIV_INLINE
void
btr_rec_set_deleted_flag
(
/*=====================*/
/* out: TRUE on success;
FALSE on page_zip overflow */
rec_t
*
rec
,
/* in/out: physical record */
page_zip_des_t
*
page_zip
,
/* in/out: compressed page (or NULL) */
ulint
flag
)
/* in: nonzero if delete marked */
...
...
buf/buf0buf.c
View file @
79362a38
...
...
@@ -1174,7 +1174,6 @@ static
void
buf_pool_shrink
(
/*============*/
/* out: TRUE if shrunk */
ulint
chunk_size
)
/* in: number of pages to remove */
{
buf_chunk_t
*
chunks
;
...
...
include/rem0rec.h
View file @
79362a38
...
...
@@ -163,7 +163,6 @@ UNIV_INLINE
void
rec_set_n_owned_old
(
/*================*/
/* out: TRUE on success */
rec_t
*
rec
,
/* in: old-style physical record */
ulint
n_owned
);
/* in: the number of owned */
/**********************************************************
...
...
include/rem0rec.ic
View file @
79362a38
...
...
@@ -540,7 +540,6 @@ UNIV_INLINE
void
rec_set_n_owned_old(
/*================*/
/* out: TRUE on success */
rec_t* rec, /* in: old-style physical record */
ulint n_owned) /* in: the number of owned */
{
...
...
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