Bug #46316 | error log value is ignored in my.cnf | ||
---|---|---|---|
Submitted: | 20 Jul 2009 22:33 | Modified: | 7 Mar 2012 2:38 |
Reporter: | monty solomon | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Options | Severity: | S2 (Serious) |
Version: | mysql-5.1.36-linux-x86_64-icc-glibc23 | OS: | Linux |
Assigned to: | CPU Architecture: | Any | |
Tags: | log_error, log-error, option, variable |
[20 Jul 2009 22:33]
monty solomon
[21 Jul 2009 7:23]
Sveta Smirnova
Thank you for the report. But where did you see documentation about "[mysqld_safe-5.1]" should work?
[21 Jul 2009 8:30]
Sveta Smirnova
Thank you for the feedback. But at the links provided there is no word about "[mysqld_safe-5.1]" would work: "[mysqld_safe-5.1]" is not "[mysqld-5.1]" So closed as "Not a Bug"
[21 Jul 2009 12:13]
monty solomon
mysqld_safe reads all options from the [mysqld], [server], and [mysqld_safe] sections in option files and should therefore also read the [mysqld-5.1], [server-5.1], and [mysqld_safe-5.1] sections when running a version 5.1 server.
[21 Jul 2009 18:05]
Sveta Smirnova
Thank you for the feedback. Got your point: mysqld_safe rejects to read even from [mysqld-5.1] part of the configuration file. Verified as described. But still to be accurate: "mysqld_safe reads all options from the [mysqld], [server], and [mysqld_safe] sections in option files." (http://dev.mysql.com/doc/refman/5.1/en/mysqld-safe.html)
[22 Jul 2009 22:32]
monty solomon
According to section 5.2.2. The Error Log http://dev.mysql.com/doc/refman/5.1/en/error-log.html If you specify --log-error in an option file in a section that mysqld reads, mysqld_safe also will find and use the option.
[22 Jul 2009 22:36]
monty solomon
According to section 5.2.2. The Error Log http://dev.mysql.com/doc/refman/5.1/en/error-log.html If you specify --log-error in an option file in a section that mysqld reads, mysqld_safe also will find and use the option.
[26 Jul 2011 4:33]
MySQL Verification Team
path to read [mysqld-5.1] and [mysqld_safe-5.1]
Attachment: patch-mysqld_safe (application/octet-stream, text), 636 bytes.
[7 Mar 2012 2:38]
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. Revised wording: If you specify --log-error in an option file in a [mysqld], [server], or [mysqld_safe] section, mysqld_safe will find and use the option.