"Buffer pool size, bytes" may be insufficient a little

Bug #330354 reported by Yasufumi Kinoshita
2
Affects Status Importance Assigned to Milestone
Percona patches
Invalid
Low
Unassigned
Percona-XtraDB
Invalid
Low
Unassigned

Bug Description

In the output of "show innodb status",

....
----------------------
BUFFER POOL AND MEMORY
----------------------
....
Buffer pool size 1310719
Buffer pool size, bytes 21474820096 <---(!)

This is just a capacity of data. It is not allocated memory for Buffer pool exactly.

(In buf0buf.c: buf_print_io())

(ulong) size * UNIV_PAGE_SIZE /* just a capacity of data */

(ulong) size * (UNIV_PAGE_SIZE + (sizeof *block)) /* allocated memory for buf_pool */

Revision history for this message
Yasufumi Kinoshita (yasufumi-kinoshita) wrote :

buf_block_t

Changed in percona-xtradb:
importance: Undecided → Low
Changed in percona-patches:
importance: Undecided → Low
Revision history for this message
Stewart Smith (stewart) wrote :

All development of XtraDB has moved under the Percona Server project - https://launchpad.net/percona-server - If this bug can be reproduced against current Percona Server, please file this bug against percona-server (you can simply do so by using the "Also affects project" link above).

Thanks,
Stewart Smith
Director of Server Development
Percona.

Changed in percona-xtradb:
status: New → Invalid
Changed in percona-patches:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.