summaryrefslogtreecommitdiff
path: root/sql/item_func.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Manual merge of fix for bug #9913 into 5.0 tree.unknown2005-05-091-15/+31
|\ \ \ | |/ /
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-05-091-0/+15
| |\ \
| | * | Fix for Bug #9913 "udf_deinit is not called after execution of PS"unknown2005-04-301-0/+15
* | | | mergeunknown2005-05-061-49/+43
|\ \ \ \
| * | | | Fixes while reviewing new codeunknown2005-05-061-64/+55
* | | | | Mergeunknown2005-05-051-59/+122
|\ \ \ \ \
| * | | | | A lot of fixes to Precision mathunknown2005-05-051-59/+122
* | | | | | Approximative fixes for BUG#2610,2611,9100 i.e. WL#2146 binlogging/replicat...unknown2005-05-051-0/+15
* | | | | | Manual merge of Bug#9096unknown2005-05-031-2/+3
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Merge mysql.com:/opt/local/work/mysql-4.1-rootunknown2005-05-031-4/+5
| |\ \ \ \
| | * | | | A fix and test case for Bug#9096 "select doesn't return all matched unknown2005-05-031-4/+5
| | | |/ / | | |/| |
* | | | | Merge bk-internal:/home/bk/mysql-5.0unknown2005-05-011-4/+84
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge with 4.1unknown2005-04-301-0/+73
| |\ \ \ \ | | |/ / /
| | * | | CAST(string_argument AS UNSIGNED) didn't work for big integers above the sign...unknown2005-04-291-0/+73
| | |/ /
| | * | A fix (bug #9837: round(1, 6) delivers wrong value in create table context).unknown2005-04-191-0/+2
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-04-301-4/+11
| |\ \ \
| | * | | Setting a variable to CAST(NULL as X) set the result type of the variable to ...unknown2005-04-301-4/+11
* | | | | yassl changeset 2:unknown2005-04-301-3/+3
|/ / / /
* | | | Post-review fixes of the patch for BUG#8408: Stored procedure crash if functi...unknown2005-04-271-6/+4
* | | | Fixed BUG#8408: Stored procedure crash if function contains SHOWunknown2005-04-261-0/+10
|/ / /
* | | Bug#9775 - Stored procedures: crash if create function that returns enum or setunknown2005-04-201-14/+48