buf0buf.c:

  No buffer pool activity in SHOW INNODB STATUS actually meant no page gets
parent 4f77f6a4
......@@ -1904,7 +1904,7 @@ buf_print_io(
/ (buf_pool->n_page_gets - buf_pool->n_page_gets_old)));
} else {
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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment