1
0
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:
marko
2007-01-10 14:36:39 +00:00
parent 8c0f676265
commit 225e82c112
3 changed files with 61 additions and 55 deletions

View File

@@ -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);