Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | | | Merge moonbone.local:/work/16302-bug-4.1-opt-mysql | evgen@moonbone.local | 2006-07-13 | 1 | -1/+2 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | |||||
| * | | Fixed bug#16302: Quantified subquery without any tables gives wrong results | evgen@moonbone.local | 2006-07-11 | 1 | -1/+2 |
* | | | Bug #19700: subselect returning BIGINT always returned it as SIGNED | gkodinov@mysql.com | 2006-05-25 | 1 | -0/+1 |
* | | | Fixed bug#19077: A nested materialized derived table is used before being pop... | evgen@moonbone.local | 2006-05-18 | 1 | -0/+1 |
* | | | BUG#7549: Missing error message for invalid view selection with subquery. | gkodinov@mysql.com | 2006-05-11 | 1 | -0/+11 |
| |/ |/| | |||||
* | | Merge lsmy3.wdf.sap.corp:/data/users/gkodinov/mysql-4.1-B18492 | gkodinov@lsmy3.wdf.sap.corp | 2006-04-28 | 1 | -15/+13 |
|\ \ | |/ | |||||
| * | BUG#18492: mysqld reports ER_ILLEGAL_REFERENCE in --ps-protocol | gkodinov@lsmy3.wdf.sap.corp | 2006-04-28 | 1 | -7/+9 |
* | | Merge rurik.mysql.com:/home/igor/mysql-5.0 | igor@rurik.mysql.com | 2005-11-22 | 1 | -13/+13 |
|\ \ | |||||
| * | | Inefficient usage of String::append() fixed. | bell@sanja.is.com.ua | 2005-11-20 | 1 | -13/+13 |
* | | | Fixed bug #12762: | igor@rurik.mysql.com | 2005-10-15 | 1 | -0/+4 |
|/ / | |||||
* | | A fix and a test case for Bug#12736 "Server crash during a select". | konstantin@mysql.com | 2005-10-13 | 1 | -0/+6 |
* | | A fix and a test case for Bug#6513 "Test Suite: Values inserted by using | konstantin@mysql.com | 2005-09-22 | 1 | -1/+1 |
* | | Rename: | konstantin@mysql.com | 2005-09-02 | 1 | -6/+6 |