summaryrefslogtreecommitdiff
path: root/sql/item_func.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2005-06-171-1/+9
|\
| * fixed printing of sum(distinct ) & avg(distinct ) & cast(... as decimal) (BU...unknown2005-06-171-1/+9
* | Merge bk-internal:/home/bk/mysql-5.0unknown2005-06-151-1/+1
|\ \ | |/ |/|
| * renamed:unknown2005-06-151-1/+1
* | Fix for bug #10337 (cast(NULL DECIMAL) crashes the server)unknown2005-06-151-1/+8
* | a fix (#11235: Expression with IFNULL yields 18 where 1 is correct).unknown2005-06-141-2/+2
|/
* Post-merge fix.unknown2005-06-101-0/+1
* Merge mysql.com:/usr/local/bk/mysql-5.0unknown2005-06-101-21/+17
|\
| * Fix for bug #10083 (round doesn't increase scale)unknown2005-06-091-12/+7
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-06-071-0/+3
| |\
| | * Fix for bug #10015 "Crash in InnoDB if stored routines are used".unknown2005-06-071-0/+3
| * | After merge fixesunknown2005-06-071-1/+1
| * | Merge with 4.1unknown2005-06-071-5/+3
| |\ \
| | * | a compiler must see '#pragma implementation' *before*unknown2005-06-051-1/+2
| | * | Move USE_PRAGMA_IMPLEMENTATION to proper placeunknown2005-06-031-9/+7
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-06-061-1/+0
| |\ \ \
| | * | | Some Windows compile improvements:unknown2005-06-061-1/+0
| * | | | mergeunknown2005-06-051-3/+4
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Cleanup during reviewunknown2005-06-051-3/+4
* | | | | Post review and additional fix for BUG#10968: Stored procedures: crash if lon...unknown2005-06-101-1/+12
|/ / / /
* | | | yassl template instantiation - don't do too muchunknown2005-06-031-4/+7
* | | | Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-06-021-0/+25
|\ \ \ \
| * \ \ \ Merge igor-inspiron.creware.com:/home/igor/mysql-5.0unknown2005-06-021-0/+25
| |\ \ \ \
| | * | | | item_func.h:unknown2005-06-021-0/+25
| | |/ / /
* | | | | Merge bk-internal:/home/bk/mysql-5.0unknown2005-06-021-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge mysql.com:/usr/home/bar/mysql-4.1.sysvarunknown2005-06-021-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | item_func.cc:unknown2005-06-021-1/+1
* | | | | cleanupunknown2005-06-021-3/+6
|/ / / /
* | | | Mergeunknown2005-06-021-0/+2
|\ \ \ \ | |/ / /
| * | | Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-06-021-0/+2
| |\ \ \
| | * | | tztime.cc:unknown2005-06-021-0/+2
* | | | | Restore a bit of code accidently deleted during mergeunknown2005-06-011-0/+2
* | | | | Merge mysql.com:/home/jimw/my/mysql-4.1-cleanunknown2005-06-011-12/+8
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Fix handling of NULL fields in FIELD(). (Bug #10944)unknown2005-06-011-4/+8
| |/ /
* | | Post-review fixes of BUG#9937: Crash on call to stored procedure.unknown2005-05-311-2/+8
* | | Merge mysql.com:/usr/local/bk/mysql-5.0unknown2005-05-301-9/+3
|\ \ \ | |_|/ |/| |
| * | Fixed BUG#9559: Functions: Numeric Operations using -ve value gives incorrectunknown2005-05-271-1/+1
| * | Fixed BUG#9937: Crash on call to stored procedure.unknown2005-05-261-8/+2
* | | Merge from 4.1unknown2005-05-261-1/+1
|\ \ \ | |/ / |/| / | |/
| * Add ifdefs to control when "#pragma implementation" should be usedunknown2005-05-261-1/+1
* | hf's fix for bug #9060 (FORMAT returns incorrect result)unknown2005-05-201-8/+14
* | a fix (bug #10599: Numeric function 'abs' make server crash).unknown2005-05-191-32/+34
* | fixed fatal compiler error (windows)unknown2005-05-181-1/+1
* | Bug#10246 - Parser: bad syntax for GRANT EXECUTEunknown2005-05-171-4/+4
* | Merge with 4.1unknown2005-05-141-0/+5
|\ \ | |/
| * After merge fixesunknown2005-05-141-1/+1
| * Merge with 4.0unknown2005-05-141-0/+5
| |\
| | * BUG#7709 fix - Boolean fulltext query against unsupported engines does notunknown2005-05-071-0/+5
| | * Fix for bug #4340: find_in_set is case insensitive even on binary operators(2...unknown2004-08-241-5/+19
* | | Fix for valgrind bug in decimal codeunknown2005-05-131-1/+1