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