1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-20004 Move Field_geom from field.cc to sql_type_geom.cc

This commit is contained in:
Alexander Barkov
2019-07-09 19:47:57 +04:00
parent 4dc85973b4
commit feb2695ed3
13 changed files with 376 additions and 368 deletions

View File

@ -3484,6 +3484,12 @@ public:
{
return false;
}
virtual uint Column_definition_gis_options_image(uchar *buff,
const Column_definition &def)
const
{
return 0;
}
// Check if the implicit default value is Ok in the current sql_mode
virtual bool validate_implicit_default_value(THD *thd,
const Column_definition &def)