Bug #36911 --disable-debug --debug is like --disable-debug
Submitted: 23 May 2008 11:31 Modified: 23 May 2008 14:20
Reporter: Guilhem Bichot Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: General Severity:S3 (Non-critical)
Version:5.1-bk OS:Any
Assigned to: CPU Architecture:Any

[23 May 2008 11:31] Guilhem Bichot
Description:
./mysqld --debug is supposed to be like
./mysqld --debug=d:t:i:o,/tmp/mysqld.trace.
But:
./mysqld --disable-debug --debug creates no trace file (--disable-debug wins).
./mysqld --disable-debug --debug=d:t:i:o,/tmp/mysqld.trace creates the trace file (--disable-debug loses).

How to repeat:
run ./mysqld with above options.

Suggested fix:
I do not even know if this must be fixed or not.
[23 May 2008 14:20] MySQL Verification Team
Thank you for the bug report.