List:Commits« Previous MessageNext Message »
From:tomas Date:July 27 2007 9:58pm
Subject:bk commit into 5.1 tree (tomas:1.2595)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of tomas. When tomas 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 23:58:26+02:00, tomas@stripped +1 -0
  Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
  into  whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-telco-6.2
  MERGE: 1.2506.1.64

  sql/field.h@stripped, 2007-07-27 23:58:21+02:00, tomas@stripped +0 -0
    Auto merged
    MERGE: 1.225.1.4

# 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:	tomas
# Host:	whalegate.ndb.mysql.com
# Root:	/home/tomas/mysql-5.1-telco-6.2/RESYNC

--- 1.229/sql/field.h	2007-07-27 22:03:23 +02:00
+++ 1.230/sql/field.h	2007-07-27 23:58:21 +02:00
@@ -1363,7 +1363,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 (tomas:1.2595)tomas27 Jul