From: <gshchepa Date: May 25 2007 7:44pm Subject: bk commit into 5.0 tree (gshchepa:1.2503) List-Archive: http://lists.mysql.com/commits/27366 Message-Id: <20070525194419.C4F0D3D419E@localhost.localdomain> Below is the list of changes that have just been committed into a local 5.0 repository of uchum. When uchum 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-26 00:44:13+05:00, gshchepa@stripped +1 -0 field.h: Warnings elimination. sql/field.h@stripped, 2007-05-26 00:43:36+05:00, gshchepa@stripped +1 -1 Warnings elimination. # 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: gshchepa # Host: gleb.loc # Root: /home/uchum/work/bk/mysql-5.0-opt-warnings --- 1.202/sql/field.h 2007-05-21 13:27:31 +05:00 +++ 1.203/sql/field.h 2007-05-26 00:43:36 +05:00 @@ -1112,7 +1112,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,