List:Internals« Previous MessageNext Message »
From:kvishwanatha Date:August 17 2005 9:34am
Subject:bk commit into 5.0 tree (bldsql:1.1989)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of bldsql. When bldsql 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.1989 05/08/17 13:03:49 bldsql@stripped +1 -0
  my_init.c:
    Resolved conflicts while merging

  mysys/my_init.c
    1.42 05/08/17 13:01:45 bldsql@stripped +0 -1
    Resolved conflicts while merging

# 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:	bldsql
# Host:	blr-naas-nwl03.blr.novell.com
# Root:	/home/bldsql/bk/mysql-5.0-web/RESYNC

--- 1.41/mysys/my_init.c	2005-08-09 19:16:59 +05:30
+++ 1.42/mysys/my_init.c	2005-08-17 13:01:45 +05:30
@@ -395,7 +395,7 @@
     }
 
     /* Parse program name and change to base format */
-    name = (char *)my_progname;
+    name= (char*) my_progname;
     for (; *name; name++)
     {
       if (*name == '\\')
Thread
bk commit into 5.0 tree (bldsql:1.1989)kvishwanatha17 Aug