mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
Bug #59877 Wrong buffer pool selected in buf_read_ibuf_merge_pages()
This commit is contained in:
parent
fd6d572e51
commit
79d7a9bb3f
1 changed files with 1 additions and 1 deletions
|
@ -530,7 +530,7 @@ buf_read_ibuf_merge_pages(
|
|||
buf_pool_t* buf_pool;
|
||||
ulint zip_size = fil_space_get_zip_size(space_ids[i]);
|
||||
|
||||
buf_pool = buf_pool_get(space_ids[i], space_versions[i]);
|
||||
buf_pool = buf_pool_get(space_ids[i], page_nos[i]);
|
||||
|
||||
while (buf_pool->n_pend_reads
|
||||
> buf_pool->curr_size / BUF_READ_AHEAD_PEND_LIMIT) {
|
||||
|
|
Loading…
Add table
Reference in a new issue