Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0

into deer.(none):/home/hf/work/mysql-5.0.12281
This commit is contained in:
unknown 2005-08-05 20:21:56 +05:00
commit 61fbf03610

View file

@ -1204,6 +1204,7 @@ public:
int store(longlong nr);
int store_decimal(const my_decimal *);
void get_key_image(char *buff,uint length,imagetype type);
uint size_of() const { return sizeof(*this); }
};
#endif /*HAVE_SPATIAL*/