Commit cb0fe823 authored by kaa@polly.local's avatar kaa@polly.local

Merge ssh://bk-internal.mysql.com//home/bk/mysql-5.0-maint

into  polly.local:/home/kaa/src/maint/mysql-5.0-maint
parents c7ee7b33 a7abb1d3
......@@ -470,6 +470,7 @@ class Field_real :public Field_num {
my_decimal *val_decimal(my_decimal *);
int truncate(double *nr, double max_length);
uint32 max_display_length() { return field_length; }
uint size_of() const { return sizeof(*this); }
};
......@@ -794,7 +795,6 @@ class Field_double :public Field_real {
void sort_string(char *buff,uint length);
uint32 pack_length() const { return sizeof(double); }
void sql_type(String &str) const;
uint size_of() const { return sizeof(*this); }
};
......
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