Bug #68629 the default value of innodb_stats_persistent is incorrect
Submitted: 11 Mar 2013 2:54 Modified: 11 Mar 2013 18:54
Reporter: zhai weixiang (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.6.10 OS:Any
Assigned to: Paul DuBois CPU Architecture:Any

[11 Mar 2013 2:54] zhai weixiang
Description:
related link:
http://dev.mysql.com/doc/refman/5.6/en/innodb-parameters.html#sysvar_innodb_stats_persiste...

actually the default value of innodb_stats_persistent is ON

How to repeat:
quoted code in handler/ha_innodb.cc

static MYSQL_SYSVAR_BOOL(stats_persistent, srv_stats_persistent,
  PLUGIN_VAR_OPCMDARG,
  "InnoDB persistent statistics enabled for all tables unless overridden "
  "at table level",
  NULL, NULL, TRUE);

Suggested fix:
.
[11 Mar 2013 5:18] MySQL Verification Team
Hello zhai,

Thank you for the report.

Verified as described on reported and later versions.

Thanks,
Umesh
[11 Mar 2013 18:54] 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, and will be included in the next release of the relevant products.