Bug #68594 description of innodb_adaptive_max_sleep_delay seems incorrect
Submitted: 7 Mar 2013 10:10 Modified: 11 Mar 2013 18:12
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

[7 Mar 2013 10:10] zhai weixiang
Description:
document link:http://dev.mysql.com/doc/refman/5.6/en/innodb-parameters.html#sysvar_innodb_adaptive_max_s...

the default value of innodb_adaptive_max_sleep_delay is 150000, not 0.
and it actually adjust the value of innodb_thread_sleep_delay,  not innodb_thread_concurrency

How to repeat:
read function  srv_conc_enter_innodb_with_atomics in srv0conc.cc

Suggested fix:
I don't know...
[8 Mar 2013 11:05] Erlend Dahl
Thank you for the bug report.
[11 Mar 2013 18:12] 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.