summaryrefslogtreecommitdiff
path: root/sql/sql_type_fixedbin.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_type_fixedbin.h')
-rw-r--r--sql/sql_type_fixedbin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_type_fixedbin.h b/sql/sql_type_fixedbin.h
index c1be1c9ccba..852ec1269eb 100644
--- a/sql/sql_type_fixedbin.h
+++ b/sql/sql_type_fixedbin.h
@@ -468,7 +468,7 @@ public:
return def->frm_unpack_charset(share, buffer);
}
void make_sort_key_part(uchar *to, Item *item, const SORT_FIELD_ATTR *sort_field,
- Sort_param *param) const override
+ String *) const override
{
DBUG_ASSERT(item->type_handler() == this);
NativeBuffer<FbtImpl::binary_length()+1> tmp;
@@ -489,7 +489,7 @@ public:
}
uint make_packed_sort_key_part(uchar *to, Item *item,
const SORT_FIELD_ATTR *sort_field,
- Sort_param *param) const override
+ String *) const override
{
DBUG_ASSERT(item->type_handler() == this);
NativeBuffer<FbtImpl::binary_length()+1> tmp;