List:Internals« Previous MessageNext Message »
From:jani Date:April 26 2005 4:57pm
Subject:bk commit into 5.0 tree (jani:1.1894)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of jani. When jani 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
  1.1894 05/04/26 17:57:14 jani@stripped +1 -0
  Added a check for config-file.

  scripts/mysqld_multi.sh
    1.26 05/04/26 17:57:10 jani@stripped +1 -1
    Added a check for config-file.
    

# 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:	jani
# Host:	ua141d10.elisa.omakaista.fi
# Root:	/home/my/bk/mysql-5.0

--- 1.25/scripts/mysqld_multi.sh	2005-04-26 17:46:38 +03:00
+++ 1.26/scripts/mysqld_multi.sh	2005-04-26 17:57:10 +03:00
@@ -87,7 +87,7 @@
   {
     $flag_exit= 1;
   }
-  if (!($opt_config_file =~ m/\//))
+  if (defined($opt_config_file) && !($opt_config_file =~ m/\//))
   {
     # No path. Use current working directory
     $opt_config_file= "./" . $opt_config_file;
Thread
bk commit into 5.0 tree (jani:1.1894)jani26 Apr