diff options
Diffstat (limited to 'sql/item_strfunc.h')
-rw-r--r-- | sql/item_strfunc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_strfunc.h b/sql/item_strfunc.h index b15179e641b..69800e7e674 100644 --- a/sql/item_strfunc.h +++ b/sql/item_strfunc.h @@ -1025,7 +1025,7 @@ public: double val_real(); my_decimal *val_decimal(my_decimal *); bool get_dyn_value(DYNAMIC_COLUMN_VALUE *val, String *tmp); - bool get_date(MYSQL_TIME *ltime,uint fuzzydate); + bool get_date(MYSQL_TIME *ltime, ulonglong fuzzydate); void print(String *str, enum_query_type query_type); }; |