mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
buf0buf.c:
No buffer pool activity in SHOW INNODB STATUS actually meant no page gets
This commit is contained in:
@ -1904,7 +1904,7 @@ buf_print_io(
|
|||||||
/ (buf_pool->n_page_gets - buf_pool->n_page_gets_old)));
|
/ (buf_pool->n_page_gets - buf_pool->n_page_gets_old)));
|
||||||
} else {
|
} else {
|
||||||
buf += sprintf(buf,
|
buf += sprintf(buf,
|
||||||
"No buffer pool activity since the last printout\n");
|
"No buffer pool page gets since the last printout\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
buf_pool->n_page_gets_old = buf_pool->n_page_gets;
|
buf_pool->n_page_gets_old = buf_pool->n_page_gets;
|
||||||
|
Reference in New Issue
Block a user