summaryrefslogtreecommitdiff
path: root/sql/item_func.cc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.0kroki/tomash@moonlight.intranet2006-07-131-56/+28
| |\ \ \ | | |/ / | |/| |
| | * | Bug#18630: Arguments of suid routine calculated in wrong securitykroki/tomash@moonlight.intranet2006-07-131-56/+28
* | | | Merge neptunus.(none):/home/msvensson/mysql/bug7498/my50-bug7498msvensson@neptunus.(none)2006-07-201-7/+17
|\ \ \ \ | |/ / / |/| | |
| * | | Bug #7498 User variable SET saves SIGNED BIGINT as UNSIGNED BIGINTmsvensson@neptunus.(none)2006-06-091-7/+17
* | | | Fix compiler warnings in sql_udf.h: ISO C++ forbids castingkostja@bodhi.local2006-07-091-5/+2
* | | | BUG#20769: Dangling pointer in ctype_recoding test case.knielsen@mysql.com2006-06-301-5/+6
| |/ / |/| |
* | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0ramil@mysql.com2006-06-161-1/+1
|\ \ \
| * \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0serg@serg.mylan2006-06-161-1/+1
| |\ \ \
| | * | | Bug#14708: Inconsistent treatment of NULLs in LEFT JOINed FULLTEXT matching w...serg@serg.mylan2006-06-161-1/+1
* | | | | after-merge fixes.ramil@mysql.com2006-06-161-1/+1
|/ / / /
* | | | Fixed bug#19077: A nested materialized derived table is used before being pop...evgen@moonbone.local2006-05-181-0/+1
* | | | After-merge fixes; some function signatures changed from Item * to Item **.knielsen@mysql.com2006-05-151-3/+3
* | | | Merge mysql.com:/opt/local/work/mysql-5.0-rootkonstantin@mysql.com2006-05-151-0/+13
|\ \ \ \ | |_|/ / |/| | |
| * | | Bug#14635: Accept NEW.x as INOUT parameters to stored procedureskroki@mysql.com2006-05-121-0/+12
| * | | Fix for BUG#18587: Function that accepts and returns TEXTanozdrin@mysql.com2006-05-101-0/+1
* | | | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maintmsvensson@neptunus.(none)2006-05-091-5/+10
|\ \ \ \
| * | | | Fix small bug in udf_example.cc, it was processing one char too much and thus...msvensson@shellback.(none)2006-04-281-5/+10
| |/ / /
* | | | Merge mysql.com:/usr_rh9/home/elkin.rh9/4.1aelkin@mysql.com2006-05-071-0/+10
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge mysql.com:/usr_rh9/home/elkin.rh9/MySQL/BARE/4.1aelkin@mysql.com2006-05-071-0/+10
| |\ \ \
| | * | | Bug#19136: Crashing log-bin and uninitialized user variables in a derived tableaelkin@mysql.com2006-05-051-0/+10
* | | | | Merge mysql.com:/home/tomash/src/mysql_ab/tmp_mergekroki@mysql.com2006-05-061-0/+2
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Bug#16501: IS_USED_LOCK does not appear to workkroki@mysql.com2006-04-241-0/+2
| |/ /
| * | Fixed bug#14169: type of group_concat() result changed to blob if tmp_table was evgen@moonbone.local2006-04-121-1/+1
* | | Merge mysql.com:/home/jimw/my/mysql-5.0-12792jimw@mysql.com2006-04-261-6/+0
|\ \ \
| * | | Bug #12792: @@system_time_zone is not SELECTablejimw@mysql.com2006-04-201-6/+0
| | |/ | |/|
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtimedlenev@mysql.com2006-04-191-8/+14
|\ \ \ | |/ / |/| |
| * | Merge mysql.com:/extern/mysql/bk/mysql-5.0-runtimepem@mysql.com2006-04-181-8/+14
| |\ \
| | * | Post-review fix for BUG#18787. Renamed a local variable inpem@mysql.com2006-04-181-6/+6
| | * | Fixed BUG#18787: Server crashed when calling a stored procedure containingpem@mysql.com2006-04-111-3/+9
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2006-04-141-0/+25
|\ \ \ \ | |/ / /
| * | | Bug#16461: connection_id() does not work properly inside triggerkroki@mysql.com2006-04-121-0/+25
| |/ /
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2006-04-131-4/+1
|\ \ \ | |/ / |/| / | |/
| * Merge mysql.com:/usr/home/ram/work/mysql-4.0ramil@mysql.com2006-04-111-4/+1
| |\
| | * Fix for bug #13044: BIT_COUNT with NULL values.ramil@mysql.com2005-11-061-4/+1
* | | Remove DBUG print that looks at args[0] even if arg_count is 0msvensson@devsrv-b.mysql.com2006-03-231-3/+0
* | | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0msvensson@neptunus.(none)2006-03-201-1/+1
|\ \ \
| * | | Bug#17261 Passing a variable from a stored procedure to UDF crashes mysqldmsvensson@devsrv-b.mysql.com2006-02-151-1/+1
* | | | Fix for bug #17615: invalid handling of function results in UPDATE...SET stat...ramil@mysql.com2006-03-021-0/+2
|/ / /
* | | item_func.cc:gunnar@mysql.com.2006-02-071-16/+18
* | | Merginghf@eagle.intranet.mysql.r18.ru2006-01-211-3/+10
|\ \ \ | |/ /
| * | Merge hf@192.168.21.12:work/mysql-4.1.9855hf@eagle.intranet.mysql.r18.ru2006-01-211-2/+1
| |\ \
| | * \ Merge spachev@bk-internal.mysql.com:/home/bk/mysql-4.1sasha@asksasha.com2005-11-071-1/+1
| | |\ \
| | | * | fix for BUG#7947 - failure to log DO RELEASE_LOCK() if we disconnect in the m...sasha@asksasha.com2005-11-071-1/+1
| * | | | Fix for bug #9855 (Inconsistend column type in create select)hf@deer.(none)2005-10-151-0/+9
* | | | | mergedserg@serg.mylan2006-01-031-4/+9
|\ \ \ \ \
| * | | | | many warnings (practically safe but annoying) correctedserg@serg.mylan2006-01-031-4/+9
* | | | | | Merge rurik.mysql.com:/home/igor/mysql-5.0igor@rurik.mysql.com2005-12-101-19/+32
|\ \ \ \ \ \
| * | | | | | Patch for WL#2894: Make stored routine variables workanozdrin@mysql.com2005-12-071-19/+32
| |/ / / / /
* | | | | | Merge rurik.mysql.com:/home/igor/mysql-5.0igor@rurik.mysql.com2005-12-021-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0ramil@mysql.com2005-12-021-1/+1
| |\ \ \ \ \