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:
@ -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();
|
||||
|
Reference in New Issue
Block a user