List:Commits« Previous MessageNext Message »
From:Daniel Fischer Date:January 9 2007 8:51am
Subject:bk commit into 5.0 tree (df:1.2365)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of df. When df does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2007-01-09 09:51:49+01:00, df@stripped +1 -0
  Merge kahlann.erinye.com:/home/df/mysql/build/mysql-4.1-build-work-24780
  into  kahlann.erinye.com:/home/df/mysql/build/mysql-5.0-build-work-24780
  MERGE: 1.1616.2873.37

  scripts/mysqld_multi.sh@stripped, 2007-01-09 09:51:46+01:00, df@stripped +0 -0
    Auto merged
    MERGE: 1.21.1.4

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	df
# Host:	kahlann.erinye.com
# Root:	/home/df/mysql/build/mysql-5.0-build-work-24780/RESYNC

--- 1.31/scripts/mysqld_multi.sh	2006-12-07 15:13:09 +01:00
+++ 1.32/scripts/mysqld_multi.sh	2007-01-09 09:51:46 +01:00
@@ -467,6 +467,9 @@ sub find_groups
     if (-f "@sysconfdir@/my.cnf" && -r "@sysconfdir@/my.cnf")
     {
       open(MY_CNF, "<@sysconfdir@/my.cnf") && (@tmp=<MY_CNF>) && close(MY_CNF);
+    } elsif (-f "/etc/my.cnf" && -r "/etc/my.cnf")
+    {
+      open(MY_CNF, "</etc/my.cnf") && (@tmp=<MY_CNF>) && close(MY_CNF);
     }
     for ($i = 0; ($line = shift @tmp); $i++)
     {
Thread
bk commit into 5.0 tree (df:1.2365)Daniel Fischer9 Jan