#At file:///home/cmiller/work/mysqlbzr/mysql-5.0-bugteam--bug32136/ based on revid:timothy.smith@stripped
2725 Chad MILLER 2009-04-02
Bug#43876: mysqld_multi introduces --no-defaults which screws up my system
Bug#32136: mysqld_multi --defaults-file not respected while using \
--mysqld=mysqld_safe
Revert change that adds "--no-defaults" to mysqld_multi.
This closes Bug#43508 and re-opens Bug#32136.
modified:
scripts/mysqld_multi.sh
=== modified file 'scripts/mysqld_multi.sh'
--- a/scripts/mysqld_multi.sh 2008-11-26 15:51:59 +0000
+++ b/scripts/mysqld_multi.sh 2009-04-02 15:29:28 +0000
@@ -293,12 +293,7 @@ sub start_mysqlds()
@groups = &find_groups($groupids);
for ($i = 0; defined($groups[$i]); $i++)
{
- # Defaults are made explicit parameters to server execution...
@options = defaults_for_group($groups[$i]);
- # ...so server MUST NOT try to read again from some config file, especially
- # as the "right" file may be unknown to the server if we are using
- # --defaults-file=... params in here.
- unshift(@options,"--no-defaults");
$mysqld_found= 1; # The default
$mysqld_found= 0 if (!length($mysqld));
Attachment: [text/bzr-bundle] bzr/chad@mysql.com-20090402152928-3ld60a56h86njcpg.bundle
| Thread |
|---|
| • bzr commit into mysql-5.0-bugteam branch (chad:2725) Bug#32136 Bug#43876 | Chad MILLER | 2 Apr |