diff options
Diffstat (limited to 'innobase/include/ibuf0ibuf.h')
-rw-r--r-- | innobase/include/ibuf0ibuf.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/innobase/include/ibuf0ibuf.h b/innobase/include/ibuf0ibuf.h index bf03b06bd28..8ef67df26f8 100644 --- a/innobase/include/ibuf0ibuf.h +++ b/innobase/include/ibuf0ibuf.h @@ -177,15 +177,6 @@ ibuf_page_low( mtr_t* mtr); /* in: mtr which will contain an x-latch to the bitmap page if the page is not one of the fixed address ibuf pages */ -/************************************************************************* -Checks if an index page has so much free space that the free bit should -be set TRUE in the ibuf bitmap. */ - -ibool -ibuf_index_page_has_free( -/*=====================*/ - /* out: TRUE if there is enough free space */ - page_t* page); /* in: non-unique secondary index page */ /*************************************************************************** Frees excess pages from the ibuf free list. This function is called when an OS thread calls fsp services to allocate a new file segment, or a new page to a |