mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Cleanup: Removing the unused method Type_handler::get_handler_by_cmp_type
It's not used in 10.5+
This commit is contained in:
@ -3669,7 +3669,6 @@ public:
|
||||
static const Type_handler *blob_type_handler(const Item *item);
|
||||
static const Type_handler *get_handler_by_field_type(enum_field_types type);
|
||||
static const Type_handler *get_handler_by_real_type(enum_field_types type);
|
||||
static const Type_handler *get_handler_by_cmp_type(Item_result type);
|
||||
static const Type_collection *
|
||||
type_collection_for_aggregation(const Type_handler *h1,
|
||||
const Type_handler *h2);
|
||||
|
Reference in New Issue
Block a user