mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
branches/zip: buf_page_io_complete(): Change the parameter type from
buf_block_t* to buf_page_t*. Handle compressed-only blocks.
This commit is contained in:
@@ -145,7 +145,7 @@ buf_read_page_low(
|
||||
if (sync) {
|
||||
/* The i/o is already completed when we arrive from
|
||||
fil_read */
|
||||
buf_page_io_complete(block);
|
||||
buf_page_io_complete(&block->page);
|
||||
}
|
||||
|
||||
return(1);
|
||||
|
||||
Reference in New Issue
Block a user