summaryrefslogtreecommitdiff
path: root/sql/field.h
diff options
context:
space:
mode:
authorgshchepa/uchum@gleb.loc <>2007-05-26 00:44:13 +0500
committergshchepa/uchum@gleb.loc <>2007-05-26 00:44:13 +0500
commit1f0e116cf9712545bc3c1847e17eb34c8aa6234b (patch)
treee5e4bdc28e7365bea684443985032a5100be654a /sql/field.h
parentdc32ee5347ce6d1cff85e8b24467dc1dd164783c (diff)
downloadmariadb-git-1f0e116cf9712545bc3c1847e17eb34c8aa6234b.tar.gz
field.h:
Warnings elimination.
Diffstat (limited to 'sql/field.h')
-rw-r--r--sql/field.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/field.h b/sql/field.h
index 94c5d94def4..0d0b1c93a5b 100644
--- a/sql/field.h
+++ b/sql/field.h
@@ -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,