Bug #32748 | Inconsistent handling of assignments to general_log_file/slow_query_log_file | ||
---|---|---|---|
Submitted: | 27 Nov 2007 1:54 | Modified: | 20 May 2008 23:15 |
Reporter: | Paul DuBois | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Logging | Severity: | S3 (Non-critical) |
Version: | 5.1 | OS: | Any |
Assigned to: | Alexander Nozdrin | CPU Architecture: | Any |
Tags: | general_log_file, slow_query_log_file |
[27 Nov 2007 1:54]
Paul DuBois
[27 Nov 2007 11:09]
MySQL Verification Team
Thank you for the bug report. Verified as described.
[28 Mar 2008 18:45]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/44616 ChangeSet@1.2579, 2008-03-28 21:46:18+03:00, anozdrin@quad.opbmk +3 -0 Fix for Bug#32748: Inconsistent handling of assignments to general_log_file/slow_query_log_file. The problem was that log file path was rejected if directory path was empty. The fix is to reject log file path only if it is entirely empty.
[20 Apr 2008 13:00]
Bugs System
Pushed into 6.0.6-alpha
[21 Apr 2008 17:34]
Paul DuBois
Noted in 6.0.6 changelog. Assignment of relative pathnames to general_log_file or slow_query_log_file did not always work. Resetting report to PQ waiting for push into 5.1.x.
[20 May 2008 18:23]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/46886 ChangeSet@1.2650, 2008-05-20 22:23:58+04:00, kostja@bodhi.(none) +7 -0 A number of fixes after a merge from the main 5.1 tree: the local tree contains a fix for Bug#32748 "Inconsistent handling of assignments to general_log_file/slow_query_log_file", which changes output of a number of tests.
[20 May 2008 21:22]
Bugs System
Pushed into 5.1.25-rc
[20 May 2008 23:15]
Paul DuBois
Noted in 5.1.25 changelog.
[22 May 2008 9:49]
Bugs System
Pushed into 6.0.6-alpha
[28 Jul 2008 16:52]
Bugs System
Pushed into 5.1.25-rc (revid:sp1r-kostja@bodhi.(none)-20080520182358-10647) (version source revid:sp1r-kostja@bodhi.(none)-20080520182358-10647) (pib:3)
[30 Jan 2013 10:15]
Melvyn Sopacua
For those arriving here like me, you will also get this cryptic message when your target directy does not exist or cannot be reached by the mysql user (ESEARCH or ENOENT) or when mysql does not have permission to write in the target directory (EPERM or EACCESS).