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

into  mysql.com:/home/ram/work/b26012/b26012.5.0
This commit is contained in:
ramil/ram@mysql.com/ramil.myoffice.izhnet.ru 2007-02-01 19:51:45 +04:00
commit 7bcf2bf338

View file

@ -755,6 +755,7 @@ public:
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); }
};