diff options
Diffstat (limited to 'sql/item_strfunc.cc')
-rw-r--r-- | sql/item_strfunc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_strfunc.cc b/sql/item_strfunc.cc index 5ca66801796..1b3c1a616b9 100644 --- a/sql/item_strfunc.cc +++ b/sql/item_strfunc.cc @@ -4402,7 +4402,7 @@ null: } -bool Item_dyncol_get::get_date(MYSQL_TIME *ltime, uint fuzzy_date) +bool Item_dyncol_get::get_date(MYSQL_TIME *ltime, ulonglong fuzzy_date) { DYNAMIC_COLUMN_VALUE val; char buff[STRING_BUFFER_USUAL_SIZE]; |