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 223bf2cf398..c1be1c9ccba 100644
--- a/sql/sql_type_fixedbin.h
+++ b/sql/sql_type_fixedbin.h
@@ -382,8 +382,8 @@ public:
}
bool Column_definition_prepare_stage1(THD *thd, MEM_ROOT *mem_root,
- Column_definition *def, handler *file,
- ulonglong table_flags,
+ Column_definition *def,
+ column_definition_type_t type,
const Column_derived_attributes *derived_attr)
const override
{