mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Fix for bug #12281 (Geometry: crash in trigger)
Field_geom lack size_of method sql/field.h: size_of implemented
This commit is contained in:
@ -1204,6 +1204,7 @@ public:
|
|||||||
int store(longlong nr);
|
int store(longlong nr);
|
||||||
int store_decimal(const my_decimal *);
|
int store_decimal(const my_decimal *);
|
||||||
void get_key_image(char *buff,uint length,imagetype type);
|
void get_key_image(char *buff,uint length,imagetype type);
|
||||||
|
uint size_of() const { return sizeof(*this); }
|
||||||
};
|
};
|
||||||
#endif /*HAVE_SPATIAL*/
|
#endif /*HAVE_SPATIAL*/
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user