Commit 3b894180 authored by unknown's avatar unknown

Merge mysql.com:/home/ram/work/b26012/b26012.5.0

into  mysql.com:/home/ram/work/b26012/b26012.5.1


sql/field.h:
  Auto merged
parents 74041a08 f846a3be
......@@ -826,6 +826,7 @@ class Field_double :public Field_real {
uint32 pack_length() const { return sizeof(double); }
void sql_type(String &str) const;
uint32 max_length() { return 53; }
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