List:Commits« Previous MessageNext Message »
From:cbell Date:July 27 2007 8:58pm
Subject:bk commit into 5.1 tree (cbell:1.2570)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of cbell. When cbell 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, 2007-07-27 16:58:23-04:00, cbell@mysql_cab_desk. +1 -0
  WL#3915 : (NDB) master's cols > slave
  
  Minor change to fix compile problems on 64-bit.

  sql/field.h@stripped, 2007-07-27 16:58:19-04:00, cbell@mysql_cab_desk. +1 -1
    WL#3915 : (NDB) master's cols > slave
    
    Minor change to fix compile problems on 64-bit.

# 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:	cbell
# Host:	mysql_cab_desk.
# Root:	C:/source/c++/mysql-5.1-new-ndb-push

--- 1.228/sql/field.h	2007-07-27 16:58:40 -04:00
+++ 1.229/sql/field.h	2007-07-27 16:58:40 -04:00
@@ -1343,7 +1343,7 @@
      @retval The length in the row plus the size of the data.
   */
   uint32 get_packed_size(const uchar *ptr)
-    {return packlength + get_length((uint)ptr);}
+    {return packlength + get_length((const char *)ptr);}
 
   inline uint32 get_length(uint row_offset=0)
   { return get_length(ptr+row_offset); }

Thread
bk commit into 5.1 tree (cbell:1.2570)cbell27 Jul