mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Merge 5.0-bugteam -> 5.1-bugteam
This commit is contained in:
commit
153e8e7c07
4 changed files with 48 additions and 2 deletions
10
sql/field.h
10
sql/field.h
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue