Commit 1f0e116c authored by gshchepa/uchum@gleb.loc's avatar gshchepa/uchum@gleb.loc
Browse files

field.h:

  Warnings elimination.
parent dc32ee53
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1112,7 +1112,7 @@ class Field_varstring :public Field_longstr {
    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,