Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug#57688 Assertion `!table || (!table->write_set || bitmap_is_set(table->wri... | Sergey Glukhov | 2010-10-29 | 1 | -0/+30 |
* | test case fix | Sergey Glukhov | 2010-06-01 | 1 | -26/+26 |
* | Bug#52005 'JOIN_TAB->dependent' may be incorrectly propageted for multilevel ... | Sergey Glukhov | 2010-05-27 | 1 | -0/+59 |
* | Merge of fix for Bug#52357 | Martin Hansson | 2010-05-06 | 1 | -0/+30 |
|\ | |||||
| * | Bug#52357: Assertion failed: join->best_read in | Martin Hansson | 2010-05-06 | 1 | -0/+30 |
* | | Bug#51598 Inconsistent behaviour with a COALESCE statement inside an IN compa... | Sergey Glukhov | 2010-03-19 | 1 | -0/+20 |
* | | Bug#47650: using group by with rollup without indexes | Martin Hansson | 2009-12-17 | 1 | -0/+35 |
* | | Merge gleb.loc:/home/uchum/work/bk/mysql-5.0-opt | gshchepa/uchum@gleb.loc | 2007-05-28 | 1 | -0/+15 |
|\ \ | |/ | |||||
| * | Fixed bug #28571. Outer join queries with ON conditions over | igor@olga.mysql.com | 2007-05-26 | 1 | -0/+15 |
* | | Merge magare.gmz:/home/kgeorge/mysql/work/B27531-5.0-opt | gkodinov/kgeorge@magare.gmz | 2007-05-04 | 1 | -0/+25 |
|\ \ | |/ | |||||
| * | Fixed bug #28188: performance degradation for outer join queries to which | igor@olga.mysql.com | 2007-05-01 | 1 | -0/+25 |
* | | Merge olga.mysql.com:/home/igor/mysql-5.0-opt | igor@olga.mysql.com | 2007-02-13 | 1 | -0/+20 |
|\ \ | |/ | |||||
| * | Fixed bug #26017. | igor@olga.mysql.com | 2007-02-09 | 1 | -0/+20 |
* | | Merge dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-5.0-opt | gkodinov@dl145s.mysql.com | 2006-09-18 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fixed bug #16081: row equalities were not taken into | igor@rurik.mysql.com | 2006-09-01 | 1 | -1/+1 |
* | | Merge moonbone.local:/work/tmp_merge-5.0-mysql | evgen@moonbone.local | 2006-08-29 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix by Georgi Kodinov: | sergefp@mysql.com | 2006-08-21 | 1 | -19/+0 |
| * | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-opt | gkodinov/kgeorge@rakia.(none) | 2006-08-14 | 1 | -1/+1 |
| |\ | |||||
| | * | Bug #21302: Result not properly sorted when using an ORDER BY on a second | gkodinov/kgeorge@macbook.gmz | 2006-08-14 | 1 | -1/+1 |
* | | | Merge bodhi.local:/opt/local/work/tmp_merge | kostja@bodhi.local | 2006-08-12 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Bug #19498: Inconsistent support for DEFAULT in TEXT columns | jimw@rama.(none) | 2006-07-18 | 1 | -0/+2 |
| |/ | |||||
* | | Merge bk-internal:/home/bk/mysql-5.1 | msvensson@neptunus.(none) | 2006-06-10 | 1 | -19/+0 |
|\ \ | |||||
| * | | Move innodb dependent test to join_outer_innodb | msvensson@neptunus.(none) | 2006-05-22 | 1 | -19/+0 |
* | | | Merge mysql.com:/home/jimw/my/mysql-5.0-clean | jimw@mysql.com | 2006-05-19 | 1 | -2/+37 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Fixed bug #19816. | igor@rurik.mysql.com | 2006-05-17 | 1 | -2/+37 |
* | | Merge rurik.mysql.com:/home/igor/tmp_merge | igor@rurik.mysql.com | 2006-05-17 | 1 | -0/+22 |
|\ \ | |/ | |||||
| * | Fixed bug #19396: a crash for a an outer join operation | igor@rurik.mysql.com | 2006-05-13 | 1 | -0/+22 |
* | | Merge rurik.mysql.com:/home/igor/dev/mysql-5.0-0 | igor@rurik.mysql.com | 2006-03-24 | 1 | -0/+19 |
|\ \ | |/ | |||||
| * | Fixed bug #17164. | igor@rurik.mysql.com | 2006-03-24 | 1 | -0/+19 |
* | | Merge mysql.com:/home/mydev/mysql-5.1 | ingo@mysql.com | 2006-02-10 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | WL#1563 - Modify MySQL to support fast CREATE/DROP INDEX | ingo@mysql.com | 2006-01-23 | 1 | -1/+1 |
* | | Add new option "check-testcases" to mysql-test-run.pl | msvensson@neptunus.(none) | 2006-01-26 | 1 | -0/+1 |
|/ | |||||
* | join_outer.result, opt_range.cc, item_cmpfunc.cc: | aivanov@mysql.com | 2005-09-07 | 1 | -5/+5 |
* | Merge mysql.com:/home/alexi/dev/mysql-4.1-0 | aivanov@mysql.com | 2005-09-06 | 1 | -1/+134 |
|\ | |||||
| * | item_cmpfunc.h: | aivanov@mysql.com | 2005-09-06 | 1 | -0/+133 |
* | | WL#2486 - natural and using join according to SQL:2003 | timour@mysql.com | 2005-08-23 | 1 | -48/+64 |
* | | Implementation of WL#2486 - | timour@mysql.com | 2005-08-12 | 1 | -66/+68 |
* | | join_outer.result, join_outer.test: | igor@rurik.mysql.com | 2005-06-15 | 1 | -0/+8 |
* | | join_outer.test, join_outer.result: | igor@rurik.mysql.com | 2005-05-21 | 1 | -0/+18 |
* | | be sure to call top_level_item() on the new Item_cond_and, | serg@serg.mylan | 2005-04-27 | 1 | -0/+14 |
* | | Merge | jimw@mysql.com | 2005-04-04 | 1 | -0/+19 |
|\ \ | |/ | |||||
| * | Merge new tests | jimw@mysql.com | 2005-04-04 | 1 | -0/+19 |
| |\ | |||||
| | * | Make sure that warning message when GROUP_CONCAT() cuts values is also | jimw@mysql.com | 2005-02-23 | 1 | -0/+19 |
* | | | merged | serg@serg.mylan | 2005-03-14 | 1 | -0/+6 |
|\ \ \ | |/ / | |||||
| * | | correct not_null_tables() for XOR and AND | serg@serg.mylan | 2005-03-13 | 1 | -0/+6 |
* | | | Merge bk-internal:/home/bk/mysql-5.0 | serg@serg.mylan | 2005-03-14 | 1 | -0/+22 |
|\ \ \ | |||||
| * \ \ | Manual merge | igor@rurik.mysql.com | 2005-03-13 | 1 | -0/+22 |
| |\ \ \ | | |/ / | |||||
| | * | | join_outer.result, join_outer.test: | igor@rurik.mysql.com | 2005-03-12 | 1 | -0/+22 |
* | | | | anotehr fix for Item_func_isnotnull::not_null_tables() | serg@serg.mylan | 2005-03-14 | 1 | -0/+4 |
* | | | | Item_func_isnotnull::not_null_tables - return 0 if not top-level item | serg@serg.mylan | 2005-03-13 | 1 | -0/+3 |
|/ / / |