summaryrefslogtreecommitdiff
path: root/sql/item_func.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | item_func.cc:unknown2005-03-281-2/+2
* | | Merge eagle.intranet.mysql.r18.ru:/home/bar/mysql-4.1unknown2005-03-281-3/+6
|\ \ \ | |/ /
| * | Bug#9425 A user variable doesn't always have implicit coercibilityunknown2005-03-281-3/+6
* | | Clarify comment to add which version of the C compiler for AIX needs to haveunknown2005-03-231-2/+2
* | | Fix Windows compile warnings, declarations of walk functionsunknown2005-03-221-1/+0
* | | Eliminate warnings noticed by VC7. This includes fixing my_mmap() onunknown2005-03-181-1/+1
* | | Merge 4.1 -> 5.0unknown2005-03-171-5/+0
|\ \ \ | |/ /
| * | Bugs#9129: CHARSET(), COLLATION(), COERCIBILITY()unknown2005-03-161-5/+0
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-03-161-10/+107
|\ \ \
| * | | WL#874 "Extended LOAD DATA". unknown2005-03-161-10/+107
* | | | Cleanup during reviewsunknown2005-03-161-4/+4
|/ / /
* | | Cleanup for VC++unknown2005-03-091-19/+19
* | | Merge in fix Bug#3788unknown2005-03-081-6/+78
|\ \ \
| * | | Bug#3788unknown2005-03-041-6/+78
* | | | Mergeunknown2005-03-051-2/+0
|\ \ \ \ | | |/ / | |/| |
| * | | type_blob.result, func_system.result, func_str.result, ctype_collate.result:unknown2005-03-041-2/+0
* | | | Fix for bug #8431 (FLOOR returns incorrect result)unknown2005-03-041-9/+21