Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Backport of Bug#27525 to mysql-next-mr | Davi Arnaut | 2009-11-10 | 1 | -1/+1 |
* | Bug #41156: List of derived tables acts like a chain of | Gleb Shchepa | 2009-07-11 | 1 | -0/+18 |
* | Merge magare.gmz:/home/kgeorge/mysql/work/B31221-5.0-gca-opt | gkodinov/kgeorge@magare.gmz | 2007-10-18 | 1 | -1/+2 |
|\ | |||||
| * | Bug #31221: Optimizer incorrectly identifies impossible WHERE clause | gkodinov/kgeorge@magare.gmz | 2007-10-18 | 1 | -1/+2 |
* | | Bug #27531: 5.1 part of the fix | gkodinov/kgeorge@macbook.gmz | 2007-05-29 | 1 | -10/+10 |
* | | bug #27531: 5.1 part of the fix: | gkodinov/kgeorge@magare.gmz | 2007-05-04 | 1 | -5/+5 |
|/ | |||||
* | Bug#20166 mysql-test-run.pl does not test system privilege tables creation | msvensson@pilot.blaudden | 2007-02-26 | 1 | -0/+2 |
* | A fix and a test case for Bug#21002 "Derived table not selecting from a | kostja@bodhi.local | 2006-07-19 | 1 | -1/+1 |
* | Bug#10586 | acurtis@xiphis.org | 2005-09-08 | 1 | -0/+12 |
* | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0 | evgen@moonbone.local | 2005-08-15 | 1 | -1/+6 |
|\ | |||||
| * | Fix bug #11864 non unique names are allowed in subquery | evgen@moonbone.local | 2005-08-10 | 1 | -1/+6 |
* | | Implementation of WL#2486 - | timour@mysql.com | 2005-08-12 | 1 | -2/+2 |
|/ | |||||
* | Merge with 4.1 | monty@mysql.com | 2005-02-22 | 1 | -0/+19 |
|\ | |||||
| * | removed wrong distinct UNION detection (BUG#6565) | bell@sanja.is.com.ua | 2005-02-14 | 1 | -0/+19 |
* | | After merge fixes | monty@mysql.com | 2005-02-03 | 1 | -5/+5 |
* | | 4.1 -> 5.0 merge | monty@mysql.com | 2005-02-03 | 1 | -0/+9 |
|\ \ | |/ | |||||
| * | fixed problem with distinct select with grouping and subqueries (BUG#7946) | bell@sanja.is.com.ua | 2005-01-20 | 1 | -0/+9 |
* | | Added test which covers nicely recent cleanup in derived tables | dlenev@brandersnatch.localdomain | 2004-12-20 | 1 | -0/+5 |
* | | Merge with 4.1.3-beta | monty@mysql.com | 2004-07-07 | 1 | -5/+5 |
|\ \ | |/ | |||||
| * | Language/consistency edits to error messages | paul@ice.snake.net | 2004-06-15 | 1 | -3/+3 |
| * | Language/consistency edits to error messages | paul@kite-hub.kitebird.com | 2004-06-15 | 1 | -2/+2 |
* | | Range optimizer fix: | sergefp@mysql.com | 2004-06-22 | 1 | -2/+2 |
|/ | |||||
* | after review changes | bell@sanja.is.com.ua | 2004-05-19 | 1 | -4/+4 |
* | EXPLAIN UNION using same routing which used for execution which allow return ... | bell@sanja.is.com.ua | 2004-05-06 | 1 | -0/+4 |
* | after merge fixes | monty@mysql.com | 2004-05-05 | 1 | -1/+1 |
* | Ensure that we use unix file format (no \r\n) for all new files | monty@mysql.com | 2004-03-20 | 1 | -2/+2 |
* | merge | bell@sanja.is.com.ua | 2004-03-16 | 1 | -0/+6 |
|\ | |||||
| * | fixed parsing mode for derived tables (BUG#2421) | bell@sanja.is.com.ua | 2004-02-02 | 1 | -0/+6 |
* | | bug#2708 | serg@serg.mylan | 2004-02-15 | 1 | -3/+3 |
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 | bell@sanja.is.com.ua | 2004-02-09 | 1 | -5/+31 |
|\ \ | |||||
| * | | ufter revview fix (BUG#2120) | bell@sanja.is.com.ua | 2004-02-09 | 1 | -0/+4 |
| * | | make JOIN::prepare, JOIN::optimize only once for EXPLAIN of derived table | bell@sanja.is.com.ua | 2004-02-01 | 1 | -5/+16 |
| * | | now all tables of query are locked in one place (including derived tables) | bell@sanja.is.com.ua | 2004-02-01 | 1 | -6/+17 |
| |/ | |||||
* | | Added --compact to mysqlbinlog | monty@mysql.com | 2004-02-09 | 1 | -6/+2 |
|/ | |||||
* | patch reverted - USE_RAID is defined in my_config.h | serg@serg.mylan | 2004-01-23 | 1 | -1/+1 |
* | Merge | bell@sanja.is.com.ua | 2004-01-20 | 1 | -1/+26 |
|\ | |||||
| * | allow UPDATE and DELETE stetements with tables derived from subquery if they ... | bell@sanja.is.com.ua | 2004-01-04 | 1 | -1/+26 |
* | | Fix deprecation warning - database_engine => storage_engine | acurtis@pcgem.rdg.cyberkinetica.com | 2004-01-18 | 1 | -1/+1 |
* | | new test added | bell@sanja.is.com.ua | 2004-01-17 | 1 | -6/+6 |
* | | assigned correct lex->current_select for derived tables (BUG#2349) | bell@sanja.is.com.ua | 2004-01-14 | 1 | -0/+28 |
|/ | |||||
* | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1 | hf@deer.(none) | 2003-11-21 | 1 | -0/+17 |
|\ | |||||
| * | Fix for bug #1727 ( Crash in EXPLAIN & UNION & derived) | hf@deer.(none) | 2003-11-08 | 1 | -0/+17 |
* | | CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS | monty@mashka.mysql.fi | 2003-11-18 | 1 | -4/+4 |
|/ | |||||
* | amall fix | bell@sanja.is.com.ua | 2003-10-31 | 1 | -2/+0 |
* | correct table name assigned to temporary table field: | bell@sanja.is.com.ua | 2003-10-19 | 1 | -0/+15 |
* | prohibited using derived tables in UPDATE command (BUG#1477) | bell@laptop.sanja.is.com.ua | 2003-10-05 | 1 | -4/+13 |
* | Fix for a bug #1231 | Sinisa@sinisa.nasamreza.org | 2003-09-12 | 1 | -0/+2 |
* | Fix for bug 1176 | gluh@gluh.mysql.r18.ru | 2003-09-04 | 1 | -0/+8 |
* | fixed problem with reference on derived table fields (BUG#1031) | bell@sanja.is.com.ua | 2003-08-12 | 1 | -0/+4 |
* | test for BUG#969 | bell@sanja.is.com.ua | 2003-08-09 | 1 | -0/+32 |