summaryrefslogtreecommitdiff
path: root/sql/item_timefunc.cc
Commit message (Expand)AuthorAgeFilesLines
* Review of new pushed codeunknown2005-11-011-1/+3
* Fix bug #14016 date_format() 2nd parameter was compared using case insensitive unknown2005-10-251-0/+10
* Simple fixes during review of new codeunknown2005-07-191-1/+1
* backport for #10568: Function 'LAST_DAY(date)' does not return NULL for inval...unknown2005-06-241-1/+1
* a compiler must see '#pragma implementation' *before*unknown2005-06-051-1/+2
* Move USE_PRAGMA_IMPLEMENTATION to proper placeunknown2005-06-031-4/+1
* tztime.cc:unknown2005-06-021-0/+2
* Add ifdefs to control when "#pragma implementation" should be usedunknown2005-05-261-1/+1
* Fix for func_sapdb failures on 64-bit platforms (aka Bug #10040 unknown2005-04-251-2/+2
* Fix for bug #8068 "TIMEDIFF with first negative argument gives wrong unknown2005-03-281-69/+104
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-01-281-11/+19
|\
| * Fix for bug #7899 "CREATE TABLE .. SELECT .. and CONVERT_TZ() functionunknown2005-01-261-11/+19
* | item_timefunc.cc:unknown2005-01-271-5/+12
* | fixes/cleanups according to Coverity reportunknown2005-01-241-9/+14
* | Fix for bug #7586 "TIMEDIFF for sec+microsec not working properly".unknown2005-01-121-20/+10
|/
* Merged fixes for bug #7297 "Two digit year should be interpreted unknown2004-12-301-0/+1
* Manual merge of fix for bugs of #7297 and #7515 into 4.1 tree.unknown2004-12-301-5/+6
|\
| * Fix for bug #7515 "from_unixtime(0) now returns NULL instead ofunknown2004-12-301-4/+6
* | Fix for bug #6914 "Problems using time()/date() output in expressions".unknown2004-12-301-0/+7
* | Fix for bug #7458 "Microseconds are gobbled from the string result of unknown2004-12-221-21/+39
* | Manual merge of fix for bug #6439 "from_unixtime() function returnsunknown2004-11-191-24/+20
|\ \ | |/
| * Proposed fix for bug #6439 "from_unixtime() function returns wrong datetime unknown2004-11-151-34/+23
* | Fix for valgrind/purify for variables that the compiler touches but that does...unknown2004-11-091-5/+8
* | Simpler arena swapping codeunknown2004-11-081-4/+2
* | A fix according to Monty's request:unknown2004-10-291-1/+3
* | Bug#6202: ENUMs are not case sensitive even if declared BINARYunknown2004-10-251-2/+2
* | A fix and test case for Bug#6049 "Loss of sign when using prepared unknown2004-10-161-7/+4
* | Support for TIMESTAMP columns holding NULL values. Unlike all otherunknown2004-10-011-1/+1
* | Bug #5228 ORDER BY CAST(enumcol) sorts incorrectly under certain conditionsunknown2004-09-071-0/+18
* | Portablity fix.unknown2004-08-171-3/+8
* | Fix for bug #4508 "CONVERT_TZ() function with new time zone as param crashes ...unknown2004-08-101-9/+19
* | Fix for bug #4756 "STR_TO_DATE() returning bad results with AM/PM".unknown2004-08-061-30/+110
* | Fix for Bug#4030 "Client side conversion string -> date type doesn't unknown2004-06-241-32/+34
* | WL#1264 "Per-thread time zone support infrastructure".unknown2004-06-181-95/+197
* | Support for character set conversion in binary protocol: another gounknown2004-05-251-55/+22
* | Portability fixesunknown2004-05-071-1/+1
* | after merge fixesunknown2004-05-051-2/+3
* | Merge with 4.0.19unknown2004-05-051-65/+72
|\ \ | |/
| * compatibility fix. warning removedunknown2004-05-031-4/+4
| * Fixed http address in some scripts (Bug #3460)unknown2004-04-281-44/+47
* | Fix for #3264 (FROM_DAYS doesn't work properly in range comparison)unknown2004-03-231-0/+1
* | DBUG_ASSERT(fixed == 1); added to val*unknown2004-03-181-1/+43
* | Task #835: additional changes fot str_to_dateunknown2004-03-151-67/+220
* | Ensure that result from date_format() is binaryunknown2004-02-091-3/+8
* | Problem fix:unknown2004-02-061-2/+3
* | Bug 2202: CAST from binary to char still returns a binary stringunknown2003-12-251-0/+2
* | Merge with 4.0.17unknown2003-12-171-18/+55
|\ \ | |/
| * WL#1175: more default_week_formats for iso compatibilityunknown2003-12-071-16/+52
* | Added missing SSL library (Should be in source distribution)unknown2003-11-281-3/+3
* | Update VC++ filesunknown2003-11-211-15/+15