Bug #71317 | Default location for the trace file for --debug option isn't properly documented | ||
---|---|---|---|
Submitted: | 8 Jan 2014 20:14 | Modified: | 23 Jan 2014 18:39 |
Reporter: | Valeriy Kravchuk | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
Version: | 5.6 | OS: | Any |
Assigned to: | Paul DuBois | CPU Architecture: | Any |
Tags: | --debug, missing manual |
[8 Jan 2014 20:14]
Valeriy Kravchuk
[8 Jan 2014 20:17]
Valeriy Kravchuk
http://dev.mysql.com/doc/refman/5.6/en/making-trace-files.html mentions different default location for Windows... Something to fix/get in sync also.
[9 Jan 2014 8:46]
MySQL Verification Team
Hello Valeriy, Thank you for the bug report. Thanks, Umesh
[23 Jan 2014 18:39]
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. For mysqld: Windows: d:t:i:O,\mysqld.trace Otherwise: d:t:i:o,/tmp/mysqld.trace Client programs: d:t:o,/tmp/program_name.trace (regardless of platform) Exceptions: comp_error, mysql_upgrade use O rather than o re: "http://dev.mysql.com/doc/refman/5.6/en/making-trace-files.html mentions different default location for Windows... Something to fix/get in sync also." That is correct because the server does use different locations.