summaryrefslogtreecommitdiff
path: root/sql/item_timefunc.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge sanja.is.com.ua:/home/bell/mysql/bk/work-bug1-5.0bell@sanja.is.com.ua2005-11-211-28/+28
|\
| * Inefficient usage of String::append() fixed.bell@sanja.is.com.ua2005-11-201-28/+28
* | cast.result:bar@mysql.com2005-11-211-1/+2
* | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.0bar@mysql.com2005-11-211-15/+29
|\ \ | |/ |/|
| * Bug#14255 CAST(x AS BINARY(N)) does not padbar@mysql.com2005-10-251-15/+29
* | Manually mergedevgen@moonbone.local2005-11-011-0/+1
|\ \
| * | Review of new pushed codemonty@mysql.com2005-11-011-1/+3
* | | Merge 4.1 - 5.0jani@ua141d10.elisa.omakaista.fi2005-10-281-9/+24
* | | Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1jani@ua141d10.elisa.omakaista.fi2005-10-271-0/+10
|\ \ \ | |/ /
| * | Fix bug #14016 date_format() 2nd parameter was compared using case insensitive evgen@moonbone.local2005-10-251-0/+10
* | | Fix calculation of TIMESTAMPDIFF() of months and years. (Bug #13534)jimw@mysql.com2005-10-131-42/+21
| |/ |/|
* | Fixed BUG#12963, BUG#13000: wrong VIEW creation with DAYNAME(),aivanov@mysql.com2005-09-141-6/+7
* | Make SYSDATE() behave as in Oracle: always the current datetime, not thejimw@mysql.com2005-08-241-2/+66
* | Generate a warning/error when DATE_SUB/ADD() functions calculate a datejimw@mysql.com2005-08-021-4/+9
* | Fixes during review of new pushed codemonty@mishka.local2005-07-311-2/+2
* | Merge bk-internal:/home/bk/mysql-5.0jimw@mysql.com2005-07-191-1/+1
|\ \
| * \ Merge mysql.com:/home/jimw/my/mysql-4.1-cleanjimw@mysql.com2005-07-191-1/+1
| |\ \ | | |/
| | * Simple fixes during review of new codemonty@mishka.local2005-07-191-1/+1
| | * backport for #10568: Function 'LAST_DAY(date)' does not return NULL for inval...ramil@mysql.com2005-06-241-1/+1
* | | Fix bug #11760 Typo in Item_func_add_time::print() results in NULLs returnedevgen@moonbone.local2005-07-201-1/+1
|/ /
* | Name resolution context added (BUG#6443)bell@sanja.is.com.ua2005-07-011-2/+2
* | fixed printing of sum(distinct ) & avg(distinct ) & cast(... as decimal) (BU...bell@sanja.is.com.ua2005-06-171-2/+2
* | Merge with 4.1monty@mysql.com2005-06-071-2/+0
|\ \ | |/
| * a compiler must see '#pragma implementation' *before*serg@serg.mylan2005-06-051-1/+2
| * Move USE_PRAGMA_IMPLEMENTATION to proper placemonty@mysql.com2005-06-031-4/+1
* | Mergeramil@mysql.com2005-06-061-1/+1
|\ \
| * | A fix (bug #10568: Function 'LAST_DAY(date)' does not return NULL for invalid...ramil@mysql.com2005-06-011-1/+1
* | | Merge mysql.com:/home/jimw/my/mysql-5.0-10590jimw@mysql.com2005-06-031-5/+2
|\ \ \
| * | | Fix '%h', '%I', and '%l' format specifiers in TIME_FORMAT()jimw@mysql.com2005-05-271-5/+2
* | | | Mergekent@mysql.com2005-06-021-0/+2
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | tztime.cc:kent@mysql.com2005-06-021-0/+2
* | | Merge from 4.1msvensson@neptunus.(none)2005-05-261-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * Add ifdefs to control when "#pragma implementation" should be usedmsvensson@neptunus.(none)2005-05-261-1/+1
* | Merge mysql.com:/home/dlenev/src/mysql-4.1-bg10040dlenev@mysql.com2005-04-251-2/+2
|\ \ | |/
| * Fix for func_sapdb failures on 64-bit platforms (aka Bug #10040 dlenev@brandersnatch.localdomain2005-04-251-2/+2
* | Manual merge of patch for bug #8068 "TIMEDIFF with first negativedlenev@mysql.com2005-04-181-110/+94
|\ \ | |/
| * Fix for bug #8068 "TIMEDIFF with first negative argument gives wrong dlenev@brandersnatch.localdomain2005-03-281-69/+104
* | Don't generate message in send_kill_message() if wrong data. (Caused core dum...monty@mysql.com2005-04-051-1/+1
* | Invalid DEFAULT values for CREATE TABLE now generates errors. (Bug #5902)monty@mysql.com2005-04-011-14/+22
* | Give warnings if wrong date/time/datetime argument for STR_TO_DATEmonty@mysql.com2005-03-301-9/+23
* | Manual merge of fixes for bugs #7899 "CREATE TABLE .. SELECT .. anddlenev@mysql.com2005-01-281-11/+19
|\ \ | |/
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.1dlenev@mysql.com2005-01-281-11/+19
| |\
| | * Fix for bug #7899 "CREATE TABLE .. SELECT .. and CONVERT_TZ() functiondlenev@brandersnatch.localdomain2005-01-261-11/+19
* | | Merge mysql.com:/home/mydev/mysql-4.1-4100ingo@mysql.com2005-01-271-5/+12
|\ \ \ | |/ /
| * | item_timefunc.cc:bar@mysql.com2005-01-271-5/+12
* | | mergedserg@serg.mylan2005-01-241-9/+14
|\ \ \ | |/ /
| * | fixes/cleanups according to Coverity reportserg@serg.mylan2005-01-241-9/+14
| * | Fix for bug #7586 "TIMEDIFF for sec+microsec not working properly".dlenev@brandersnatch.localdomain2005-01-121-20/+10
| |/
* | Porting fix for bug #7586 "TIMEDIFF for sec+microsec not working properly"dlenev@brandersnatch.localdomain2005-01-151-44/+35
* | Merge with 4.1 tree to get fix for INSERT IGNORE ... ON DUPLICATE KEYmonty@mysql.com2005-01-031-5/+14
|\ \ | |/