summaryrefslogtreecommitdiff
path: root/plugin/type_uuid/item_uuidfunc.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/type_uuid/item_uuidfunc.h')
-rw-r--r--plugin/type_uuid/item_uuidfunc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/type_uuid/item_uuidfunc.h b/plugin/type_uuid/item_uuidfunc.h
index 296b6592f10..aa6ff999b99 100644
--- a/plugin/type_uuid/item_uuidfunc.h
+++ b/plugin/type_uuid/item_uuidfunc.h
@@ -27,7 +27,7 @@ protected:
{ return MY_UUID_BARE_STRING_LENGTH + with_dashes*MY_UUID_SEPARATORS; }
public:
Item_func_sys_guid(THD *thd): Item_str_func(thd), with_dashes(false) {}
- bool fix_length_and_dec() override
+ bool fix_length_and_dec(THD *thd) override
{
collation.set(DTCollation_numeric());
fix_char_length(uuid_len());