mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
buf_page_get_gen(): Pass file,line to rw_lock_x_lock().
This commit is contained in:
@ -2236,7 +2236,7 @@ wait_until_unfixed:
|
||||
|
||||
block->page.buf_fix_count = 1;
|
||||
buf_block_set_io_fix(block, BUF_IO_READ);
|
||||
rw_lock_x_lock(&block->lock);
|
||||
rw_lock_x_lock_func(&block->lock, 0, file, line);
|
||||
|
||||
UNIV_MEM_INVALID(bpage, sizeof *bpage);
|
||||
|
||||
|
Reference in New Issue
Block a user