Bug #78848 Docs still claim Performance Schema does not allocate memory after startup
Submitted: 15 Oct 2015 18:47 Modified: 27 Oct 2015 12:39
Reporter: Laurynas Biveinis (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.7 OS:Any
Assigned to: Paul DuBois CPU Architecture:Any
Tags: doc, performance schema

[15 Oct 2015 18:47] Laurynas Biveinis
Description:
http://dev.mysql.com/doc/refman/5.7/en/performance-schema-memory-model.html:

"As of MySQL 5.7.6 (...)
May allocate additional memory during server operation"

But http://dev.mysql.com/doc/refman/5.7/en/performance-schema.html still claims

"No memory allocation is done beyond that which occurs during server startup. By using early allocation of structures with a fixed size, it is never necessary to resize or reallocate them, which is critical for achieving good runtime performance."

which is incorrect since 5.7.6.

How to repeat:
Read

Suggested fix:
Remove the contradicting statement from http://dev.mysql.com/doc/refman/5.7/en/performance-schema.html
[15 Oct 2015 19:56] MySQL Verification Team
Thank you for the bug report.
[27 Oct 2015 12:39] Paul DuBois
Thank you for your bug report. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly.