Commit 5a5c256f authored by unknown's avatar unknown

field.h:

  Warnings elimination.


sql/field.h:
  Warnings elimination.
parent a2051ec5
...@@ -1112,7 +1112,7 @@ public: ...@@ -1112,7 +1112,7 @@ public:
The maximum space available in a Field_varstring, in bytes. See The maximum space available in a Field_varstring, in bytes. See
length_bytes. 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) */ /* Store number of bytes used to store length (1 or 2) */
uint32 length_bytes; uint32 length_bytes;
Field_varstring(char *ptr_arg, Field_varstring(char *ptr_arg,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment