From d6998363afc004fd92248af521ed40fa52027954 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 6 Mar 2002 18:36:31 +0200 Subject: Fixed bug in DATE_FORMAT when used with GROUP BY Build-tools/Do-compile: Fixed typo Docs/manual.texi: Changelog mysql-test/r/type_date.result: Added test of bug in DATE_FORMAT mysql-test/t/type_date.test: Added test of bug in DATE_FORMAT scripts/mysqlhotcopy.sh: Fix for RAID files sql/table.cc: Fixed typo in last patch --- sql/item_timefunc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sql/item_timefunc.h') diff --git a/sql/item_timefunc.h b/sql/item_timefunc.h index 1343cdad390..6913d4c6809 100644 --- a/sql/item_timefunc.h +++ b/sql/item_timefunc.h @@ -297,6 +297,7 @@ class Item_func_date_format :public Item_str_func { int fixed_length; const bool date_or_time; + String value; public: Item_func_date_format(Item *a,Item *b,bool date_or_time_arg) :Item_str_func(a,b),date_or_time(date_or_time_arg) {} -- cgit v1.2.1