summaryrefslogtreecommitdiff
path: root/sql/item_func.h
Commit message (Expand)AuthorAgeFilesLines
* Merge zippy.(none):/home/cmiller/work/mysql/mysql-4.0__bug19006unknown2006-07-111-1/+4
|\
| * Bug#19006: 4.0 valgrind problems (in test func_str)unknown2006-07-011-1/+4
| * Fixes while reviewing codeunknown2004-11-261-1/+1
* | Merge april.(none):/home/svoj/devel/mysql/BUG16893/mysql-4.1unknown2006-02-071-3/+0
|\ \
| * | BUG#16893: Crash in test 'fulltext_order_by'unknown2006-02-031-3/+0
* | | BUG#14496: Crash or strange results with prepared statement,unknown2006-02-011-1/+1
|/ /
* | Declaring some class members public for BUG#12377:unknown2005-11-101-2/+2
* | func_gconcat.result, func_gconcat.test:unknown2005-07-261-3/+13
* | A fix and a test case for Bug#9359 "Prepared statements take snapshotunknown2005-07-161-0/+23
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-05-091-1/+1
|\ \
| * | BUG#10241 cygwin port: invalid pragma interface directivesunknown2005-05-041-1/+1
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-05-091-0/+1
|\ \ \ | |/ / |/| |
| * | Fix for Bug #9913 "udf_deinit is not called after execution of PS"unknown2005-04-301-0/+1
* | | CAST(string_argument AS UNSIGNED) didn't work for big integers above the sign...unknown2005-04-291-6/+3
|/ /
* | Mergeunknown2005-03-301-1/+2
|\ \
| * | fixed union types merging and table related metadata (BUG#8824)unknown2005-03-231-1/+2
* | | Fixed that LEFT OUTER JOIN was replaced with a regulat joinunknown2005-03-241-1/+2
|/ /
* | Backport my_strntod() from 5.0unknown2005-02-221-2/+5
* | fixed column number fetchinmg for subqueries. (BUG#8020)unknown2005-01-241-0/+4
* | Many files:unknown2004-11-021-1/+2
* | Allow to convert to non-Unicode charset when mixing a stringunknown2004-10-291-2/+2
* | Fix compiler warnings (detected by Intel's C++ compiler)unknown2004-10-221-0/+2
* | A fix and test case for Bug#5985 ""prepare stmt from "select rand(?)" unknown2004-10-141-3/+3
* | Deployment of centralized Item change registry, step 2: Item_ref unknown2004-10-081-1/+1
* | Bug #5228 ORDER BY CAST(enumcol) sorts incorrectly under certain conditionsunknown2004-09-071-0/+2
* | Allow IN to convert arguments into Unicode in some cases.unknown2004-09-011-2/+5
* | manually mergedunknown2004-08-181-1/+1
|\ \ | |/
| * BUG#4393, BUG#4356 - incorrect decimals in fix_length_and_dec() in some funct...unknown2004-07-311-1/+1
* | Fixed BUG#3486: FOUND_ROWS() fails inside stored procedure [and prepared stat...unknown2004-06-221-0/+10
* | WL#1266 "Separate auto-set logic from TIMESTAMP type."unknown2004-04-021-1/+1
* | Fixed BUG#3117: LAST_INSERT_ID() works incorrectly inside stored procedure.unknown2004-03-251-3/+4
* | mergeunknown2004-03-181-12/+17
|\ \
| * | DBUG_ASSERT(fixed == 1); added to val*unknown2004-03-181-12/+15
| * | DBUG_ASSERT(fixed == 0) added to fix_fields()unknown2004-03-171-0/+2
* | | after review & some other fixesunknown2004-03-161-0/+1
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-03-151-2/+2
|\ \ \ | |/ /
| * | Fix of compilation failure of latest 4.1 tree: new constants in mysqld.ccunknown2004-03-151-2/+2
* | | mergeunknown2004-03-151-1/+0
|\ \ \ | |/ / |/| |
| * | correct processing of rand() in subqueries with static tables (BUG#2645)unknown2004-02-051-1/+0
* | | after review fixunknown2004-02-201-0/+3
* | | mergeunknown2004-02-091-0/+2
|\ \ \
| * | | fixed subquery with PS (BUG#2462)unknown2004-02-081-0/+2
| |/ /
* | | Added --compact to mysqlbinlogunknown2004-02-091-6/+14
|/ /
* | Merge deer.(none):/home/hf/work/mysql-4.1.cleanunknown2004-01-191-4/+4
|\ \
| * | null.result, null.test:unknown2004-01-091-4/+4
* | | Code cleanup (working on PS & cleanup() code)unknown2004-01-191-2/+2
* | | Fix for prepared statementsunknown2003-12-301-9/+1
|/ /
* | Fixes after merge with 4.0unknown2003-12-191-1/+2
* | Merge with 4.0.17unknown2003-12-171-22/+23
|\ \ | |/
| * fix for bug #1993 'bit functions do not return unsigned values'unknown2003-12-101-17/+21