Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
mariadb
Commits
a9d490e3
Commit
a9d490e3
authored
15 years ago
by
marko
Browse files
Options
Download
Email Patches
Plain Diff
branches/zip: Remove bogus out: comments of functions returning void.
parent
13f32345
Changes
5
Hide 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 @
a9d490e3
...
...
@@ -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 */
...
...
This diff is collapsed.
Click to expand it.
btr/btr0cur.c
View file @
a9d490e3
...
...
@@ -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 */
...
...
This diff is collapsed.
Click to expand it.
buf/buf0buf.c
View file @
a9d490e3
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
include/rem0rec.h
View file @
a9d490e3
...
...
@@ -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 */
/**********************************************************
...
...
This diff is collapsed.
Click to expand it.
include/rem0rec.ic
View file @
a9d490e3
...
...
@@ -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 */
{
...
...
This diff is collapsed.
Click to expand it.
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