List:Commits« Previous MessageNext Message »
From:'Hartmut Holzgraefe' Date:October 21 2006 9:38pm
Subject:bk commit into 5.1 tree (hartmut:1.2332) BUG#23529
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of hartmut. When hartmut 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, 2006-10-21 23:38:48+02:00, hartmut@stripped +1 -0
  a pointer is not an integer ... (Bug #23529)

  mysys/my_getwd.c@stripped, 2006-10-21 23:38:45+02:00, hartmut@stripped +1 -1
    a pointer is not an integer ... (Bug #23529)

# 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:	hartmut
# Host:	linux.site
# Root:	/home/hartmut/projects/mysql/dev/5.1-maint

--- 1.19/mysys/my_getwd.c	2006-10-21 23:38:57 +02:00
+++ 1.20/mysys/my_getwd.c	2006-10-21 23:38:57 +02:00
@@ -37,7 +37,7 @@
 {
   my_string pos;
   DBUG_ENTER("my_getwd");
-  DBUG_PRINT("my",("buf: 0x%lx  size: %d  MyFlags %d", buf,size,MyFlags));
+  DBUG_PRINT("my",("buf: %p  size: %d  MyFlags %d", buf,size,MyFlags));
 
   if (curr_dir[0])				/* Current pos is saved here */
     VOID(strmake(buf,&curr_dir[0],size-1));
Thread
bk commit into 5.1 tree (hartmut:1.2332) BUG#23529'Hartmut Holzgraefe'21 Oct