When Performance Schema is added to the Reference Manual, this chapter and other sections of the manual will need some changes:
Remove the chapterinfo
element.
Check whether we do provide Performance Schema in binary distributions. If not, change Section 2.1, “Performance Schema Build Configuration”.
Check the Restrictions section and repeat those items
elsewhere as necessary. For example, note in the
mysqldump section that it doesn't dump
performance_schema
tables.
Add the configure options to configure-options section.
Merge lists of system and status variables into main manual sections. Do not list them in a discrete section. Alternatively, given that the variable names fall into a small set of groups, it might be more useful to describe groups of names rather than every single individual variable.
Need links to optimization, DTrace as related content.
SHOW ENGINE
has new
PERFORMANCE_SCHEMA
syntax.
Add a section to the storage engines chapter to point out
that: yes, PERFORMANCE_SCHEMA
is a new
storage engine; no, you may not use it to store user tables,
it's reserved for the Performance Schema implementation. Also,
add a link to the Performance Schema docs.