Bug #55594 Include InnoDB memory allocation information in crash output
Submitted: 28 Jul 2010 1:23 Modified: 22 Jan 2015 2:57
Reporter: Roel Van de Paar Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: General Severity:S4 (Feature request)
Version:5.1 OS:Any
Assigned to: CPU Architecture:Any

[28 Jul 2010 1:23] Roel Van de Paar
Description:
====
key_buffer_size=x
read_buffer_size=x
max_used_connections=x
max_threads=x
threads_connected=x
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = x K
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
====

Please include InnoDB memory allocations in the above (buffer pool,...)

How to repeat:
N/A
[28 Jul 2010 7:38] MySQL Verification Team
duplicate of bug #35661 ?
[28 Jul 2010 9:57] Roel Van de Paar
Duplicate of bug #35661
[22 Jan 2015 2:57] Roel Van de Paar
http://bugs.mysql.com/?id=75536