mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
cleanup: remove Type_collection::handler_by_name()
it's a hard-coded geometry-specific method, move it into geometry-specific function. Will go away in the future.
This commit is contained in:
@@ -26,10 +26,6 @@ protected:
|
||||
const Type_handler *aggregate_common(const Type_handler *h1,
|
||||
const Type_handler *h2) const;
|
||||
public:
|
||||
const Type_handler *handler_by_name(const LEX_CSTRING &name) const override
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
const Type_handler *aggregate_for_result(const Type_handler *h1,
|
||||
const Type_handler *h2)
|
||||
const override;
|
||||
|
Reference in New Issue
Block a user