List:Internals« Previous MessageNext Message »
From:Petr Chardin Date:April 20 2005 11:27pm
Subject:bk commit into 5.0 tree (petr:1.1863)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of cps. When cps 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.1863 05/04/21 01:27:03 petr@stripped +1 -0
  merge

  server-tools/instance-manager/commands.cc
    1.17 05/04/21 01:26:59 petr@stripped +0 -10
    merge

# 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:	petr
# Host:	owlet.
# Root:	/home/cps/mysql/devel/im-fix-review/RESYNC

--- 1.16/server-tools/instance-manager/commands.cc	2005-04-09 14:28:34 +04:00
+++ 1.17/server-tools/instance-manager/commands.cc	2005-04-21 01:26:59 +04:00
@@ -308,6 +308,7 @@
       get_dynamic(&(instance->options.options_array), (gptr) &tmp_option, i);
       option_value= strchr(tmp_option, '=');
       /* split the option string into two parts if it has a value */
+
       position= 0;
       if (option_value != NULL)
       {
@@ -318,6 +319,7 @@
         *option_value= '=';
       }
       else store_to_string(&send_buff, tmp_option + 2, &position);
+
       if (send_buff.is_error() ||
           my_net_write(net, send_buff.buffer, (uint) position))
         goto err;
Thread
bk commit into 5.0 tree (petr:1.1863)Petr Chardin20 Apr