Loading sql/field.h +1 −0 Original line number Diff line number Diff line Loading @@ -1204,6 +1204,7 @@ class Field_geom :public Field_blob { 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*/ Loading Loading
sql/field.h +1 −0 Original line number Diff line number Diff line Loading @@ -1204,6 +1204,7 @@ class Field_geom :public Field_blob { 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*/ Loading