summaryrefslogtreecommitdiff
path: root/sql/item_func.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-06-161-1/+1
|\
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-06-161-1/+1
| |\
| | * Bug#14708: Inconsistent treatment of NULLs in LEFT JOINed FULLTEXT matching w...unknown2006-06-161-1/+1
* | | after-merge fixes.unknown2006-06-161-1/+1
|/ /
* | Fixed bug#19077: A nested materialized derived table is used before being pop...unknown2006-05-181-0/+1
* | After-merge fixes; some function signatures changed from Item * to Item **.unknown2006-05-151-3/+3
* | Merge mysql.com:/opt/local/work/mysql-5.0-rootunknown2006-05-151-0/+13
|\ \
| * | Bug#14635: Accept NEW.x as INOUT parameters to stored proceduresunknown2006-05-121-0/+12
| * | Fix for BUG#18587: Function that accepts and returns TEXTunknown2006-05-101-0/+1
* | | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maintunknown2006-05-091-5/+10
|\ \ \
| * | | Fix small bug in udf_example.cc, it was processing one char too much and thus...unknown2006-04-281-5/+10
| |/ /
* | | Merge mysql.com:/usr_rh9/home/elkin.rh9/4.1unknown2006-05-071-0/+10
|\ \ \
| * \ \ Merge mysql.com:/usr_rh9/home/elkin.rh9/MySQL/BARE/4.1unknown2006-05-071-0/+10
| |\ \ \
| | * | | Bug#19136: Crashing log-bin and uninitialized user variables in a derived tableunknown2006-05-051-0/+10
* | | | | Merge mysql.com:/home/tomash/src/mysql_ab/tmp_mergeunknown2006-05-061-0/+2
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Bug#16501: IS_USED_LOCK does not appear to workunknown2006-04-241-0/+2
| |/ /
| * | Fixed bug#14169: type of group_concat() result changed to blob if tmp_table was unknown2006-04-121-1/+1
* | | Merge mysql.com:/home/jimw/my/mysql-5.0-12792unknown2006-04-261-6/+0
|\ \ \
| * | | Bug #12792: @@system_time_zone is not SELECTableunknown2006-04-201-6/+0
| | |/ | |/|
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtimeunknown2006-04-191-8/+14
|\ \ \ | |/ / |/| |
| * | Merge mysql.com:/extern/mysql/bk/mysql-5.0-runtimeunknown2006-04-181-8/+14
| |\ \
| | * | Post-review fix for BUG#18787. Renamed a local variable inunknown2006-04-181-6/+6
| | * | Fixed BUG#18787: Server crashed when calling a stored procedure containingunknown2006-04-111-3/+9
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2006-04-141-0/+25
|\ \ \ \ | |/ / /
| * | | Bug#16461: connection_id() does not work properly inside triggerunknown2006-04-121-0/+25
| |/ /
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2006-04-131-4/+1
|\ \ \ | |/ / |/| / | |/
| * Merge mysql.com:/usr/home/ram/work/mysql-4.0unknown2006-04-111-4/+1
| |\
| | * Fix for bug #13044: BIT_COUNT with NULL values.unknown2005-11-061-4/+1
* | | Remove DBUG print that looks at args[0] even if arg_count is 0unknown2006-03-231-3/+0
* | | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0unknown2006-03-201-1/+1
|\ \ \
| * | | Bug#17261 Passing a variable from a stored procedure to UDF crashes mysqldunknown2006-02-151-1/+1
* | | | Fix for bug #17615: invalid handling of function results in UPDATE...SET stat...unknown2006-03-021-0/+2
|/ / /
* | | item_func.cc:unknown2006-02-071-16/+18
* | | Mergingunknown2006-01-211-3/+10
|\ \ \ | |/ /
| * | Merge hf@192.168.21.12:work/mysql-4.1.9855unknown2006-01-211-2/+1
| |\ \
| | * \ Merge spachev@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-11-071-1/+1
| | |\ \
| | | * | fix for BUG#7947 - failure to log DO RELEASE_LOCK() if we disconnect in the m...unknown2005-11-071-1/+1
| * | | | Fix for bug #9855 (Inconsistend column type in create select)unknown2005-10-151-0/+9
* | | | | mergedunknown2006-01-031-4/+9
|\ \ \ \ \
| * | | | | many warnings (practically safe but annoying) correctedunknown2006-01-031-4/+9
* | | | | | Merge rurik.mysql.com:/home/igor/mysql-5.0unknown2005-12-101-19/+32
|\ \ \ \ \ \
| * | | | | | Patch for WL#2894: Make stored routine variables workunknown2005-12-071-19/+32
| |/ / / / /
* | | | | | Merge rurik.mysql.com:/home/igor/mysql-5.0unknown2005-12-021-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-12-021-1/+1
| |\ \ \ \ \
| | * | | | | Fix for bug #12956: cast make differ rounding.unknown2005-11-281-1/+1
* | | | | | | Merge rurik.mysql.com:/home/igor/mysql-5.0unknown2005-11-221-20/+27
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/work-bug7-5.0unknown2005-11-231-2/+9
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Recursion support made for SP (BUG#10100).unknown2005-11-231-2/+9
| * | | | | | Inefficient usage of String::append() fixed.unknown2005-11-201-18/+18
* | | | | | | Merge rurik.mysql.com:/home/igor/mysql-5.0unknown2005-11-131-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |