List:Internals« Previous MessageNext Message »
From:jani Date:September 30 2005 11:02am
Subject:bk commit into 5.0 tree (jani:1.2034) BUG#12629
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.2034 05/09/30 14:02:31 jani@stripped +1 -0
  Fix for Bug#12629, "mysqld_multi produces syntax error".
  Quote here is unneccessary as it should all be handled in
  quote_opt_arg().

  scripts/mysqld_multi.sh
    1.28 05/09/30 14:02:15 jani@stripped +1 -2
    Fix for Bug#12629, "mysqld_multi produces syntax error".
    Quote here is unneccessary as it should all be handled in
    quote_opt_arg().

# 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:	a193-229-222-105.elisa-laajakaista.fi
# Root:	/home/my/bk/mysql-5.0-icc

--- 1.27/scripts/mysqld_multi.sh	2005-09-02 22:41:58 +03:00
+++ 1.28/scripts/mysqld_multi.sh	2005-09-30 14:02:15 +03:00
@@ -4,7 +4,7 @@
 use POSIX qw(strftime);
 
 $|=1;
-$VER="2.14";
+$VER="2.15";
 
 $opt_config_file   = undef();
 $opt_example       = 0;
@@ -326,7 +326,6 @@
       }
       else
       {
-	$options[$j]=~ s/;/\\;/g;
 	$options[$j]= quote_opt_arg($options[$j]);
 	$tmp.= " $options[$j]";
       }
Thread
bk commit into 5.0 tree (jani:1.2034) BUG#12629jani30 Sep