Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug #28076: inconsistent binary/varbinary comparison. | gshchepa/uchum@gleb.loc | 2007-11-10 | 1 | -1/+12 |
* | Bug#27333: subquery grouped for aggregate of outer | gkodinov/kgeorge@magare.gmz | 2007-06-29 | 1 | -1/+2 |
* | Merge macbook:mysql/work/B22855-5.0-opt | gkodinov/kgeorge@magare.gmz | 2007-05-21 | 1 | -7/+74 |
|\ | |||||
| * | Bug#22855: | gkodinov/kgeorge@macbook.gmz | 2007-05-17 | 1 | -7/+74 |
* | | Fixed bug #28375: a query with an NOT IN subquery predicate may cause | igor@olga.mysql.com | 2007-05-11 | 1 | -2/+4 |
* | | bug #27531: | gkodinov/kgeorge@magare.gmz | 2007-05-04 | 1 | -1/+1 |
* | | Bug #27807. | gkodinov/kgeorge@magare.gmz | 2007-05-04 | 1 | -0/+15 |
|/ | |||||
* | Polishing: use constants instead of magic numbers. | anozdrin/alik@booka.opbmk | 2007-03-09 | 1 | -1/+2 |
* | Merge weblab.(none):/home/marcsql/TREE/mysql-5.0-base | malff/marcsql@weblab.(none) | 2007-03-01 | 1 | -0/+30 |
|\ | |||||
| * | Merge weblab.(none):/home/marcsql/TREE/mysql-5.0-base | malff/marcsql@weblab.(none) | 2007-02-16 | 1 | -0/+30 |
| |\ | |||||
| | * | Merge malff@bk-internal.mysql.com:/home/bk/mysql-5.0-runtime | malff/marcsql@weblab.(none) | 2007-01-30 | 1 | -0/+30 |
| | |\ | |||||
| | | * | Bug#21904 (parser problem when using IN with a double "(())") | malff/marcsql@weblab.(none) | 2007-01-29 | 1 | -0/+30 |
* | | | | After merge fixes | monty@mysql.com/narttu.mysql.fi | 2007-02-21 | 1 | -5/+4 |
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | monty@mysql.com/narttu.mysql.fi | 2007-02-21 | 1 | -20/+19 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | monty@mysql.com/narttu.mysql.fi | 2007-01-22 | 1 | -21/+20 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Fixed compiler warnings detected by option -Wshadow and -Wunused: | monty@mysql.com/narttu.mysql.fi | 2006-12-15 | 1 | -21/+20 |
| | |/ | |||||
* | | | Post merge fix | igor@olga.mysql.com | 2007-01-25 | 1 | -0/+2 |
* | | | Merge olga.mysql.com:/home/igor/dev-opt/mysql-4.1-opt-bug24653 | igor@olga.mysql.com | 2007-01-25 | 1 | -1/+3 |
|\ \ \ | |||||
| * | | | Fixed bug #24653. | igor@olga.mysql.com | 2007-01-25 | 1 | -0/+4 |
* | | | | BUG#24127: merge fixes: If subselect is a union, dont allocate several | sergefp@mysql.com | 2007-01-24 | 1 | -2/+2 |
* | | | | BUG#24127: (a,b) IN (SELECT c,d ...) can produce wrong results if a and/or b ... | sergefp@mysql.com | 2007-01-12 | 1 | -111/+156 |
* | | | | BUG#24085: Wrong result for NULL IN (SELECT not_null_val FROM ...) | sergefp@mysql.com | 2007-01-12 | 1 | -14/+25 |
| |/ / |/| | | |||||
* | | | Merge mysql.com:/d2/hf/common/my50-common | holyfoot/hf@mysql.com/hfmain.(none) | 2007-01-03 | 1 | -2/+17 |
|\ \ \ | |||||
| * \ \ | Merge olga.mysql.com:/home/igor/mysql-4.1-opt | igor@olga.mysql.com | 2006-12-12 | 1 | -2/+17 |
| |\ \ \ | | |/ / | | | / | | |/ | |/| | |||||
| | * | Fixed bug #24670: optimizations that are legal only for subqueries without ta... | igor@olga.mysql.com | 2006-12-11 | 1 | -2/+17 |
* | | | Many files: | kent@mysql.com/kent-amd64.(none) | 2006-12-23 | 1 | -2/+1 |
|/ / | |||||
* | | Merge bk-internal:/home/bk/mysql-5.0 | gkodinov@dl145s.mysql.com | 2006-11-27 | 1 | -1/+1 |
|\ \ | |||||
| * | | Remove compiler warnings | monty@mysql.com/nosik.monty.fi | 2006-11-20 | 1 | -1/+1 |
* | | | merging | holyfoot/hf@mysql.com/deer.(none) | 2006-11-17 | 1 | -1/+1 |
* | | | Merge bk@192.168.21.1:mysql-5.0-opt | holyfoot/hf@mysql.com/deer.(none) | 2006-11-17 | 1 | -57/+390 |
|\ \ \ | |||||
| * \ \ | Merge macbook.gmz:/Users/kgeorge/mysql/work/B11032-4.1-opt | gkodinov/kgeorge@macbook.gmz | 2006-11-07 | 1 | -10/+24 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | BUG#8804: Incorrect results for NULL IN (SELECT ...): review fixes: | sergefp@mysql.com | 2006-11-01 | 1 | -20/+18 |
| * | | | BUG#8804: Better comment + TODO section with suggestion how to speedup | sergefp@mysql.com | 2006-10-31 | 1 | -4/+37 |
| * | | | BUG#8804: wrong results for NULL IN (SELECT ...) | sergefp@mysql.com | 2006-10-31 | 1 | -53/+353 |
| * | | | Adjustments after the merge for bug 23478. | igor@rurik.mysql.com | 2006-10-20 | 1 | -0/+2 |
| * | | | Merge rurik.mysql.com:/home/igor/mysql-4.1-opt | igor@rurik.mysql.com | 2006-10-20 | 1 | -0/+3 |
| |\ \ \ | | |_|/ | |/| | | |||||
* | | | | Merge mysql.com:/home/hf/work/mysql-4.1-mrg | holyfoot/hf@mysql.com/deer.(none) | 2006-11-16 | 1 | -9/+26 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | |||||
| * | | Bug #11032: getObject() returns a String for a sub-query of type datetime | gkodinov/kgeorge@macbook.gmz | 2006-11-07 | 1 | -10/+24 |
| |/ | |||||
| * | Fixed bug #23478. | igor@rurik.mysql.com | 2006-10-19 | 1 | -0/+3 |
| * | Merge bk-internal:/home/bk/mysql-4.1-maint | jimw@rama.(none) | 2006-09-28 | 1 | -1/+1 |
| |\ | |||||
| | * | Bug #2717: include/my_global.h mis-defines __attribute__ | jimw@rama.(none) | 2006-08-17 | 1 | -1/+1 |
* | | | BUG#16255: Merge to 5.0 | sergefp@mysql.com | 2006-08-24 | 1 | -24/+23 |
|\ \ \ | |/ / | |||||
| * | | Bug #16255: Subquery in WHERE (the cset by Georgi Kodinov) | sergefp@mysql.com | 2006-08-24 | 1 | -5/+5 |
| |/ | |||||
* | | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0 | msvensson@neptunus.(none) | 2006-08-03 | 1 | -3/+3 |
|\ \ | |||||
| * | | Post-merge fixes | sergefp@mysql.com | 2006-07-22 | 1 | -1/+1 |
| * | | Merge mysql.com:/home/psergey/mysql-4.1-opt | sergefp@mysql.com | 2006-07-21 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | BUG#20975: Incorrect query result for NOT (subquery): | sergefp@mysql.com | 2006-07-21 | 1 | -3/+3 |
* | | | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0 | msvensson@neptunus.(none) | 2006-08-01 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | Merge neptunus.(none):/home/msvensson/mysql/bug7498/my50-bug7498 | msvensson@neptunus.(none) | 2006-07-20 | 1 | -0/+1 |
| |\ \ | |||||
| | * | | Bug #7498 User variable SET saves SIGNED BIGINT as UNSIGNED BIGINT | msvensson@neptunus.(none) | 2006-06-09 | 1 | -0/+1 |