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

@ -52,7 +52,6 @@ class Rowid_filter;
class Field_string;
class Field_varstring;
class Field_blob;
class Field_geom;
class Column_definition;
// the following is for checking tables
@ -4818,11 +4817,6 @@ public:
{
return false;
}
virtual bool can_convert_geom(const Field_geom *field,
const Column_definition &new_type) const
{
return false;
}
protected:
Handler_share *get_ha_share_ptr();