Bug #9014 mysqladmin timeout options
Submitted: 7 Mar 2005 10:21 Modified: 7 Mar 2005 18:42
Reporter: Hartmut Holzgraefe Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:4.0, 4.1 OS:Any (*)
Assigned to: CPU Architecture:Any

[7 Mar 2005 10:21] Hartmut Holzgraefe
Description:
http://dev.mysql.com/doc/mysql/en/mysqladmin.html says:

 connect_timeout
   The number of seconds before connection timeout. (Default value is 0.)
  
 shutdown_timeout
   The number of seconds to wait for shutdown. (Default value is 0.)

the actual defaults (and max) values are not 0 but

  12 hours (max 12 hours) for connect_timeout

  1 hour (max 12 hours) for shutdown_timeout

How to repeat:
see client/mysqladmin.cc option defaults

Suggested fix:
change documentation to reflect the real timeout values
[7 Mar 2005 18:42] 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
product(s).