Skip to content

Commit d95f96a

Browse files
committed
Merge 5.5 into 10.1
2 parents adefaef + db9a4d9 commit d95f96a

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

storage/innobase/include/buf0flu.h

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -143,17 +143,6 @@ buf_flush_wait_batch_end(
143143
buf_pool_t* buf_pool, /*!< in: buffer pool instance */
144144
buf_flush_t type); /*!< in: BUF_FLUSH_LRU
145145
or BUF_FLUSH_LIST */
146-
/******************************************************************//**
147-
Waits until a flush batch of the given type ends. This is called by
148-
a thread that only wants to wait for a flush to end but doesn't do
149-
any flushing itself. */
150-
UNIV_INTERN
151-
void
152-
buf_flush_wait_batch_end_wait_only(
153-
/*===============================*/
154-
buf_pool_t* buf_pool, /*!< in: buffer pool instance */
155-
buf_flush_t type); /*!< in: BUF_FLUSH_LRU
156-
or BUF_FLUSH_LIST */
157146
/********************************************************************//**
158147
This function should be called at a mini-transaction commit, if a page was
159148
modified in it. Puts the block to the list of modified blocks, if it not

storage/xtradb/include/buf0flu.h

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -142,17 +142,6 @@ buf_flush_wait_batch_end(
142142
buf_pool_t* buf_pool, /*!< in: buffer pool instance */
143143
buf_flush_t type); /*!< in: BUF_FLUSH_LRU
144144
or BUF_FLUSH_LIST */
145-
/******************************************************************//**
146-
Waits until a flush batch of the given type ends. This is called by
147-
a thread that only wants to wait for a flush to end but doesn't do
148-
any flushing itself. */
149-
UNIV_INTERN
150-
void
151-
buf_flush_wait_batch_end_wait_only(
152-
/*===============================*/
153-
buf_pool_t* buf_pool, /*!< in: buffer pool instance */
154-
buf_flush_t type); /*!< in: BUF_FLUSH_LRU
155-
or BUF_FLUSH_LIST */
156145
/********************************************************************//**
157146
This function should be called at a mini-transaction commit, if a page was
158147
modified in it. Puts the block to the list of modified blocks, if it not

0 commit comments

Comments
 (0)