diff options
author | gshchepa/uchum@gleb.loc <> | 2007-05-26 00:44:13 +0500 |
---|---|---|
committer | gshchepa/uchum@gleb.loc <> | 2007-05-26 00:44:13 +0500 |
commit | 1f0e116cf9712545bc3c1847e17eb34c8aa6234b (patch) | |
tree | e5e4bdc28e7365bea684443985032a5100be654a /sql/field.h | |
parent | dc32ee5347ce6d1cff85e8b24467dc1dd164783c (diff) | |
download | mariadb-git-1f0e116cf9712545bc3c1847e17eb34c8aa6234b.tar.gz |
field.h:
Warnings elimination.
Diffstat (limited to 'sql/field.h')
-rw-r--r-- | sql/field.h | 2 |
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, |