Bug #40665 | --innodb-status-file=/foo/bar is silently ignored | ||
---|---|---|---|
Submitted: | 12 Nov 2008 12:43 | Modified: | 13 May 2010 16:03 |
Reporter: | Axel Schwenke | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S4 (Feature request) |
Version: | all | OS: | Any |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[12 Nov 2008 12:43]
Axel Schwenke
[12 Nov 2008 16:31]
Calvin Sun
innodb-status-file is defined as MYSQL_SYSVAR_BOOL. It does not take any string. The server (plugin) validates the values of those variables. If it is invalid, the server just ignores it. The documentation could be more specific on those parameters. Suggest to add the following to the section of "InnoDB Startup Options and System Variables", regarding --innodb_status_file: By default, the file is not created. To create it, start mysqld with the --innodb_status_file=1 option. The file is deleted during normal shutdown.
[12 Nov 2008 21:32]
Calvin Sun
Asked docs team via email to document it in more details. Change this one to Feature Request.