Bug #27390 | mysqld_multi --config-file= not working as documented | ||
---|---|---|---|
Submitted: | 23 Mar 2007 9:10 | Modified: | 10 Jul 2007 21:09 |
Reporter: | Johan Idrén | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Command-line Clients | Severity: | S3 (Non-critical) |
Version: | 5.0,5.1 | OS: | Any (*nix) |
Assigned to: | Timothy Smith | CPU Architecture: | Any |
Tags: | bfsm_2007_04_05 |
[23 Mar 2007 9:10]
Johan Idrén
[25 Apr 2007 8:37]
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/25374 ChangeSet@1.2454, 2007-04-25 10:37:47+02:00, tsmith@quadxeon.mysql.com +3 -0 Bug #27390: mysqld_multi --config-file= not working as documented Recognize the --no-defaults, --defaults-file and --defaults-extra-file options. Treat old --config-file argument as if --defaults-extra-file had been specified instead. Plus a few other defaults-related cleanups.
[26 Apr 2007 16:57]
Tatiana Azundris Nuernberg
elegant, pain-inducing, perl
[28 Apr 2007 8:23]
Timothy Smith
Queued to 5.0- and 5.1-maint team trees.
[1 May 2007 20:58]
Bugs System
Pushed into 5.1.18-beta
[1 May 2007 20:59]
Bugs System
Pushed into 5.0.42
[10 Jul 2007 21:09]
Paul DuBois
Noted in 5.0.42, 5.1.18 changelogs. mysqld_multi now understands the --no-defaults, --defaults-file, and --defaults-extra-file options. The --config-file option is deprecated; if given, it is treated like --defaults-extra-file. Also updated the description at http://dev.mysql.com/doc/refman/5.0/en/mysqld-multi.html to describe how these options work.