Merge 5.0-bugteam -> 5.1-bugteam

This commit is contained in:
Kristofer Pettersson 2008-09-20 16:52:34 +02:00
commit 153e8e7c07
4 changed files with 48 additions and 2 deletions

View file

@ -1597,8 +1597,16 @@ private:
class Field_blob :public Field_longstr {
protected:
/**
The number of bytes used to represent the length of the blob.
*/
uint packlength;
String value; // For temporaries
/**
The 'value'-object is a cache fronting the storage engine.
*/
String value;
public:
Field_blob(uchar *ptr_arg, uchar *null_ptr_arg, uchar null_bit_arg,
enum utype unireg_check_arg, const char *field_name_arg,