summaryrefslogtreecommitdiff
path: root/sql/item_timefunc.h
Commit message (Expand)AuthorAgeFilesLines
* Bug#21811 Odd casting with date + INTERVAL arithmeticunknown2006-10-021-8/+11
* Manually mergedunknown2006-06-171-0/+12
|\
| * Manually mergedunknown2006-06-141-0/+12
| |\
| | * Fixed bug#16377: result of DATE/TIME functions were compared as strings whichunknown2006-06-131-0/+12
* | | Merge rurik.mysql.com:/home/igor/tmp_mergeunknown2006-06-091-0/+1
|\ \ \ | |/ / |/| |
| * | Fix for bug #16546: DATETIME+0 not always coerced the same wayunknown2006-05-021-0/+1
| |/
* | Merge mysql.com:/usr/home/bar/mysql-4.1.b18691unknown2006-04-171-1/+1
|\ \ | |/
| * Bug#18691: Converting number to UNICODE string returns invalid result.unknown2006-04-131-1/+1
* | Fix for bug #14360: Date Between Interval Broken. unknown2006-04-111-0/+1
* | Merge mysql.com:/home/mysql_src/mysql-4.1-gcaunknown2005-11-101-4/+4
|\ \ | |/
| * Declaring some class members public for BUG#12377:unknown2005-11-101-4/+4
| * Review of new pushed codeunknown2005-11-011-0/+1
* | Reverting patch for BUG #14009 (use of abs() on null value causes problems wi...unknown2005-11-011-0/+1
* | Merge 4.1 - 5.0unknown2005-10-281-0/+1
* | Fixed BUG#12963, BUG#13000: wrong VIEW creation with DAYNAME(),unknown2005-09-141-1/+4
* | Make SYSDATE() behave as in Oracle: always the current datetime, not theunknown2005-08-241-0/+27
* | Fix bug #12298 Typo in timestampdiff() function name results in erroneous unknown2005-08-121-1/+1
* | Manual mergeunknown2005-08-071-0/+6
|\ \ | |/
| * Fix bug#12266 GROUP BY DATE(LEFT(column,8)) returns result strings with reducedunknown2005-08-041-0/+6
* | Name resolution context added (BUG#6443)unknown2005-07-011-1/+1
* | fixed time_format printing (BUG#7521)unknown2005-06-201-1/+2
* | fixed printing of sum(distinct ) & avg(distinct ) & cast(... as decimal) (BU...unknown2005-06-171-0/+3
* | Merge neptunus.(none):/home/msvensson/mysql/bug10241unknown2005-05-091-1/+1
|\ \ | |/
| * BUG#10241 cygwin port: invalid pragma interface directivesunknown2005-05-041-1/+1
* | Precision Math implementationunknown2005-02-091-1/+3
* | Manual merge of fixes for bugs #7899 "CREATE TABLE .. SELECT .. andunknown2005-01-281-2/+6
|\ \ | |/
| * Fix for bug #7899 "CREATE TABLE .. SELECT .. and CONVERT_TZ() functionunknown2005-01-261-2/+6
* | Rename: Item::val -> Item::val_real().unknown2004-11-111-9/+9
* | merge with 4.1unknown2004-10-291-0/+5
|\ \ | |/
| * Bug #5228 ORDER BY CAST(enumcol) sorts incorrectly under certain conditionsunknown2004-09-071-0/+5
* | Merge with 4.1unknown2004-09-061-1/+15
|\ \ | |/
| * Fix for bug #4508 "CONVERT_TZ() function with new time zone as param crashes ...unknown2004-08-101-1/+15
* | Merge with 4.1.3-betaunknown2004-07-071-19/+37
|\ \ | |/
| * WL#1264 "Per-thread time zone support infrastructure".unknown2004-06-181-19/+37
* | Merge 4.1 -> 5.0.unknown2004-04-071-40/+64
|\ \ | |/
| * WL#1266 "Separate auto-set logic from TIMESTAMP type."unknown2004-04-021-0/+1
| * DBUG_ASSERT(fixed == 1); added to val*unknown2004-03-181-12/+23
| * Task #835: additional changes fot str_to_dateunknown2004-03-151-22/+21
| * Fixed Bug#3115. CAST AS DATE with malformed string returns NULL but IS NULLunknown2004-03-091-6/+19
* | post-merge fixesunknown2003-12-081-5/+22
|\ \ | |/ |/|
| * WL#530&531: TIMESTAMPADD, TIMESTAMPDIFF functionsunknown2003-12-081-5/+23
* | WL#1253: LAST_DAYunknown2003-11-171-0/+18
* | Mergeunknown2003-11-031-64/+63
|\ \
| * | Simplified 'wrong xxx name' error messages by introducing 'general' ER_WRONG_...unknown2003-11-031-64/+63
* | | added code covarage for functions convert(), nullif(), crc32(), is_used_lock(...unknown2003-10-301-1/+1
* | | Mergeunknown2003-10-221-10/+14
|\ \ \ | |/ / |/| |
| * | fixed printability of Items (all items except subselects)unknown2003-10-121-10/+14
| |/
* | Scrum task 835 - text-to-datetime conversion functionunknown2003-10-201-0/+43
|/
* tmp_table_field() renamed to get_tmp_table_field() to avoid redifinition of t...unknown2003-08-291-11/+0
* CAST(expr AS CHAR(10)) is now working unknown2003-08-211-7/+9