List:Commits« Previous MessageNext Message »
From:Daniel Fischer Date:June 6 2007 7:59pm
Subject:bk commit into 5.0 tree (df:1.2515)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of df. When df 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-06-06 21:59:41+02:00, df@stripped +2 -0
  i5 build fix

  sql/field.cc@stripped, 2007-06-06 21:59:39+02:00, df@stripped +1 -0
    i5 build fix

  sql/field.h@stripped, 2007-06-06 21:59:39+02:00, df@stripped +1 -1
    i5 build fix

# 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:	df
# Host:	pippilotta.erinye.com
# Root:	/shared/home/df/mysql/build/mysql-5.0.44-i5os

--- 1.350/sql/field.cc	2007-05-30 21:27:51 +02:00
+++ 1.351/sql/field.cc	2007-06-06 21:59:39 +02:00
@@ -6297,6 +6297,7 @@
   is 2.
 ****************************************************************************/
 
+const uint Field_varstring::MAX_SIZE= UINT_MAX16;
 
 int Field_varstring::store(const char *from,uint length,CHARSET_INFO *cs)
 {

--- 1.204/sql/field.h	2007-05-30 08:55:36 +02:00
+++ 1.205/sql/field.h	2007-06-06 21:59:39 +02:00
@@ -1112,7 +1112,7 @@
     The maximum space available in a Field_varstring, in bytes. See
     length_bytes.
   */
-  static const uint MAX_SIZE= UINT_MAX16;
+  static const uint MAX_SIZE;
   /* Store number of bytes used to store length (1 or 2) */
   uint32 length_bytes;
   Field_varstring(char *ptr_arg,
Thread
bk commit into 5.0 tree (df:1.2515)Daniel Fischer6 Jun