File tree Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -143,17 +143,6 @@ buf_flush_wait_batch_end(
143
143
buf_pool_t * buf_pool , /*!< in: buffer pool instance */
144
144
buf_flush_t type ); /*!< in: BUF_FLUSH_LRU
145
145
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 */
157
146
/********************************************************************/ /**
158
147
This function should be called at a mini-transaction commit, if a page was
159
148
modified in it. Puts the block to the list of modified blocks, if it not
Original file line number Diff line number Diff line change @@ -142,17 +142,6 @@ buf_flush_wait_batch_end(
142
142
buf_pool_t * buf_pool , /*!< in: buffer pool instance */
143
143
buf_flush_t type ); /*!< in: BUF_FLUSH_LRU
144
144
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 */
156
145
/********************************************************************/ /**
157
146
This function should be called at a mini-transaction commit, if a page was
158
147
modified in it. Puts the block to the list of modified blocks, if it not
You can’t perform that action at this time.
0 commit comments