1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

bug#23856

This commit is contained in:
unknown
2007-05-21 10:27:33 +02:00
parent 1e33cfb36a
commit 84966af9fc
6 changed files with 111 additions and 6 deletions

View File

@ -1108,6 +1108,11 @@ public:
class Field_varstring :public Field_longstr {
public:
/*
The maximum space available in a Field_varstring, in bytes. See
length_bytes.
*/
static const int MAX_SIZE= UINT_MAX16;
/* Store number of bytes used to store length (1 or 2) */
uint32 length_bytes;
Field_varstring(char *ptr_arg,