summaryrefslogtreecommitdiff
path: root/sql/item_timefunc.h
Commit message (Expand)AuthorAgeFilesLines
* Bug#42525: TIMEDIFF functionTatiana A. Nurnberg2009-02-061-0/+1
* Bug#37575 UCASE fails on monthnameSergey Glukhov2008-12-231-14/+4
* Bug#37553: MySql Error Compare TimeDiff & TimeTatiana A. Nurnberg2008-11-261-0/+1
* Bug #33256: CREATE ... SELECT creates obsolete table gkodinov/kgeorge@macbook.gmz2007-12-211-3/+3
* Bug#31990: MINUTE() and SECOND() return bogus results when used on a DATEtnurnberg@mysql.com/white.intern.koehntopp.de2007-11-081-0/+1
* Merge mysql.com:/home/gluh/MySQL/Merge/5.0gluh@eagle.(none)2007-10-231-2/+5
|\
| * Merge bk-internal:/home/bk/mysql-5.0-optmhansson@dl145s.mysql.com2007-10-091-1/+4
| |\
| | * Bug#31160: MAKETIME() crashes server when returning NULL in ORDER BY using fi...mhansson/martin@linux-st28.site2007-10-091-1/+4
| * | Bug #30942: select str_to_date from derived table returns varying resultsmhansson/martin@linux-st28.site2007-10-041-1/+1
| |/
* | Fix for bug #31249: Assertion `!table || (!table->write_set || ramil/ram@mysql.com/ramil.myoffice.izhnet.ru2007-10-091-1/+3
|/
* Backport of TIME->MYSQL_TIME / Y2K fixsetmsvensson@pilot.blaudden2007-05-161-24/+24
* bug #16546 (DATETIME+0 not always coerced the same way)holyfoot/hf@mysql.com/hfmain.(none)2007-03-221-11/+8
* Merge mysql.com:/home/hf/work/mrg/mysql-4.1-optholyfoot/hf@mysql.com/hfmain.(none)2007-03-221-0/+7
|\
| * bug #16546 (DATETIME + 0 not always coerced in the same way)holyfoot/hf@mysql.com/hfmain.(none)2007-03-221-0/+7
| * Manually mergedevgen@moonbone.local2006-06-171-0/+12
| |\
* | | my_strtoll10-x86.s:kent@mysql.com/kent-amd64.(none)2006-12-311-1/+1
* | | Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
* | | Merge bk@192.168.21.1:mysql-5.0-optholyfoot/hf@mysql.com/deer.(none)2006-11-171-38/+113
|\ \ \
| * | | bug #19491 (CAST do DATETIME wrong result)holyfoot/hf@mysql.com/deer.(none)2006-10-251-38/+113
* | | | Bug#21811 Odd casting with date + INTERVAL arithmeticKristofer.Pettersson@naruto.2006-10-021-8/+11
|/ / /
* | | Manually mergedevgen@moonbone.local2006-06-171-0/+12
|\ \ \
| * \ \ Manually mergedevgen@moonbone.local2006-06-141-0/+12
| |\ \ \ | | | |/ | | |/|
| | * | Fixed bug#16377: result of DATE/TIME functions were compared as strings whichevgen@moonbone.local2006-06-131-0/+12
* | | | Merge rurik.mysql.com:/home/igor/tmp_mergeigor@rurik.mysql.com2006-06-091-0/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Fix for bug #16546: DATETIME+0 not always coerced the same wayramil@mysql.com2006-05-021-0/+1
| |/
* | Merge mysql.com:/usr/home/bar/mysql-4.1.b18691bar@mysql.com2006-04-171-1/+1
|\ \ | |/
| * Bug#18691: Converting number to UNICODE string returns invalid result.bar@mysql.com2006-04-131-1/+1
* | Fix for bug #14360: Date Between Interval Broken. ramil@mysql.com2006-04-111-0/+1
* | Merge mysql.com:/home/mysql_src/mysql-4.1-gcaguilhem@mysql.com2005-11-101-4/+4
|\ \ | |/
| * Declaring some class members public for BUG#12377:guilhem@mysql.com2005-11-101-4/+4
| * Review of new pushed codemonty@mysql.com2005-11-011-0/+1
* | Reverting patch for BUG #14009 (use of abs() on null value causes problems wi...monty@mysql.com2005-11-011-0/+1
* | Merge 4.1 - 5.0jani@ua141d10.elisa.omakaista.fi2005-10-281-0/+1
* | Fixed BUG#12963, BUG#13000: wrong VIEW creation with DAYNAME(),aivanov@mysql.com2005-09-141-1/+4
* | Make SYSDATE() behave as in Oracle: always the current datetime, not thejimw@mysql.com2005-08-241-0/+27
* | Fix bug #12298 Typo in timestampdiff() function name results in erroneous evgen@moonbone.local2005-08-121-1/+1
* | Manual mergesergefp@mysql.com2005-08-071-0/+6
|\ \ | |/
| * Fix bug#12266 GROUP BY DATE(LEFT(column,8)) returns result strings with reducedevgen@moonbone.local2005-08-041-0/+6
* | Name resolution context added (BUG#6443)bell@sanja.is.com.ua2005-07-011-1/+1
* | fixed time_format printing (BUG#7521)bell@sanja.is.com.ua2005-06-201-1/+2
* | fixed printing of sum(distinct ) & avg(distinct ) & cast(... as decimal) (BU...bell@sanja.is.com.ua2005-06-171-0/+3
* | Merge neptunus.(none):/home/msvensson/mysql/bug10241msvensson@neptunus.(none)2005-05-091-1/+1
|\ \ | |/
| * BUG#10241 cygwin port: invalid pragma interface directivesmsvensson@neptunus.(none)2005-05-041-1/+1
* | Precision Math implementationhf@deer.(none)2005-02-091-1/+3
* | Manual merge of fixes for bugs #7899 "CREATE TABLE .. SELECT .. anddlenev@mysql.com2005-01-281-2/+6
|\ \ | |/
| * Fix for bug #7899 "CREATE TABLE .. SELECT .. and CONVERT_TZ() functiondlenev@brandersnatch.localdomain2005-01-261-2/+6
* | Rename: Item::val -> Item::val_real().konstantin@mysql.com2004-11-111-9/+9
* | merge with 4.1monty@mysql.com2004-10-291-0/+5
|\ \ | |/
| * Bug #5228 ORDER BY CAST(enumcol) sorts incorrectly under certain conditionsbar@mysql.com2004-09-071-0/+5
* | Merge with 4.1monty@mysql.com2004-09-061-1/+15
|\ \ | |/