mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
branches/zip: Remove bogus out: comments of functions returning void.
This commit is contained in:
parent
db9dc3bb20
commit
79362a389d
5 changed files with 0 additions and 7 deletions
|
@ -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 */
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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 */
|
||||
/**********************************************************
|
||||
|
|
|
@ -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 */
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue