List:Commits« Previous MessageNext Message »
From:mhansson Date:May 23 2007 12:03pm
Subject:bk commit into 5.1 tree (mhansson:1.2521)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of mhansson. When mhansson 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-05-23 12:03:43+02:00, mhansson@stripped +1 -0
  Merge dl145s.mysql.com:/users/mhansson/mysql/push/bug23856/my50-bug23856
  into  dl145s.mysql.com:/users/mhansson/mysql/push/bug23856/my51-bug23856
  MERGE: 1.1810.2913.11

  sql/field.h@stripped, 2007-05-23 12:03:39+02:00, mhansson@stripped +0 -0
    Auto merged
    MERGE: 1.153.12.18

# 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:	mhansson
# Host:	dl145s.mysql.com
# Root:	/users/mhansson/mysql/push/bug23856/my51-bug23856/RESYNC

--- 1.226/sql/field.h	2007-05-21 14:16:30 +02:00
+++ 1.227/sql/field.h	2007-05-23 12:03:39 +02:00
@@ -1175,7 +1175,7 @@ public:
     The maximum space available in a Field_varstring, in bytes. See
     length_bytes.
   */
-  static const int MAX_SIZE= UINT_MAX16;
+  static const uint MAX_SIZE= UINT_MAX16;
   /* Store number of bytes used to store length (1 or 2) */
   uint32 length_bytes;
   Field_varstring(char *ptr_arg,
Thread
bk commit into 5.1 tree (mhansson:1.2521)mhansson23 May