Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Fix for a crashing bug in union. | Sinisa@sinisa.nasamreza.org | 2003-03-29 | 1 | -5/+4 | |
|/ / | ||||||
* | | Fixing a bug #195 | Sinisa@sinisa.nasamreza.org | 2003-03-27 | 1 | -2/+6 | |
* | | Fixes to avoid errors from valgrind | monty@narttu.mysql.fi | 2003-03-18 | 1 | -7/+3 | |
* | | three bug fixes and major code cleanup | Sinisa@sinisa.nasamreza.org | 2003-03-06 | 1 | -25/+39 | |
* | | Allowing NULL values in UNION's with first SELECT having only NOT NULL | Sinisa@sinisa.nasamreza.org | 2003-02-22 | 1 | -1/+4 | |
* | | Code clean-up | Sinisa@sinisa.nasamreza.org | 2003-02-15 | 1 | -2/+2 | |
* | | fix a bug in derived tables | Sinisa@sinisa.nasamreza.org | 2003-02-13 | 1 | -49/+71 | |
* | | after-review changes (577 SCRUM) | bell@sanja.is.com.ua | 2003-02-02 | 1 | -8/+9 | |
* | | fixed bug in determinating uncacheable queries | bell@sanja.is.com.ua | 2003-01-30 | 1 | -3/+3 | |
* | | improving of fields list creation in derived tables and unions | bell@sanja.is.com.ua | 2003-01-29 | 1 | -24/+40 | |
* | | fixed bugs in temporary tables in subselect implementation (SCRUM) | bell@sanja.is.com.ua | 2003-01-28 | 1 | -2/+2 | |
* | | merging | bell@sanja.is.com.ua | 2003-01-25 | 1 | -18/+23 | |
|\ \ | ||||||
| * | | fixed subselects with temporary tables (SCRUM) | bell@sanja.is.com.ua | 2003-01-25 | 1 | -18/+23 | |
* | | | bug fixes and tests ... | Sinisa@sinisa.nasamreza.org | 2002-12-25 | 1 | -3/+4 | |
* | | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1 | Sinisa@sinisa.nasamreza.org | 2002-12-14 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * \ \ | merging | bell@sanja.is.com.ua | 2002-12-10 | 1 | -1/+1 | |
| |\ \ \ | | |/ / | |/| | | ||||||
| | * | | _NEW_ IN/ALL/ANY/SOME behaviour with NULL (SCRUM related) | bell@sanja.is.com.ua | 2002-12-06 | 1 | -1/+1 | |
* | | | | derived tables with UNION's ... | Sinisa@sinisa.nasamreza.org | 2002-12-12 | 1 | -4/+2 | |
* | | | | fix for a bug with UNION in sub-select's and start working on | Sinisa@sinisa.nasamreza.org | 2002-12-09 | 1 | -0/+2 | |
|/ / / | ||||||
* | | | After merge fixes | monty@mashka.mysql.fi | 2002-12-06 | 1 | -5/+5 | |
* | | | Merge with 4.0.6 | monty@mashka.mysql.fi | 2002-12-05 | 1 | -4/+4 | |
|\ \ \ | |/ / |/| / | |/ | ||||||
| * | New multi-table-update code | monty@mashka.mysql.fi | 2002-11-29 | 1 | -8/+11 | |
* | | fix of error handling | bell@sanja.is.com.ua | 2002-12-01 | 1 | -1/+1 | |
* | | fixed * without tables in IN bug | bell@sanja.is.com.ua | 2002-11-28 | 1 | -0/+4 | |
* | | lot's of fixes with test cases | Sinisa@sinisa.nasamreza.org | 2002-11-18 | 1 | -1/+0 | |
* | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1 | Sinisa@sinisa.nasamreza.org | 2002-11-16 | 1 | -1/+7 | |
|\ \ | ||||||
| * | | Fixed bugs pointed by "Crash with 'big' derivated table in MySQL-4.1" bugreport | bell@sanja.is.com.ua | 2002-11-16 | 1 | -1/+7 | |
* | | | A fix for the bug when MyISAM tmp table has to be created in order | Sinisa@sinisa.nasamreza.org | 2002-11-15 | 1 | -0/+1 | |
|/ / | ||||||
* | | removed SELECT_LEX_UNIT -> SELECT_LEX pointer conversion (SCRUM) | bell@sanja.is.com.ua | 2002-10-30 | 1 | -12/+15 | |
* | | fixed union rexecution bug | bell@sanja.is.com.ua | 2002-10-27 | 1 | -2/+6 | |
* | | code cleanup | bell@sanja.is.com.ua | 2002-10-26 | 1 | -39/+16 | |
* | | fix of the small bug in UNION's | Sinisa@sinisa.nasamreza.org | 2002-10-16 | 1 | -5/+7 | |
* | | merge | monty@narttu.mysql.fi | 2002-10-14 | 1 | -1/+6 | |
|\ \ | ||||||
| * | | fixed bug of multi-level EXPLAIN | bell@sanja.is.com.ua | 2002-10-13 | 1 | -1/+6 | |
* | | | Portability fixes to be able to compile MySQL with VC++ | monty@narttu.mysql.fi | 2002-10-08 | 1 | -2/+2 | |
|/ / | ||||||
* | | merging | bell@sanja.is.com.ua | 2002-10-04 | 1 | -128/+200 | |
|\ \ | ||||||
| * | | new EXPLAIN | bell@sanja.is.com.ua | 2002-09-26 | 1 | -7/+16 | |
| * | | subselect with union | bell@sanja.is.com.ua | 2002-09-03 | 1 | -124/+188 | |
* | | | Merge with 4.0.4 | monty@mashka.mysql.fi | 2002-10-02 | 1 | -88/+50 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Fixes and code cleanups after merge with 4.0.3 | monty@mashka.mysql.fi | 2002-10-02 | 1 | -1/+1 | |
| * | | Merge with 4.0.3 | monty@narttu.mysql.fi | 2002-08-30 | 1 | -87/+49 | |
| |\ \ | | |/ | ||||||
| | * | merged | bell@sanja.is.com.ua | 2002-06-05 | 1 | -2/+7 | |
| | |\ | ||||||
| | * | | Hiding internal pointers of SELECT_LEX structures | bell@sanja.is.com.ua | 2002-05-27 | 1 | -1/+1 | |
| | * | | simple subselects ported to new select_lex structures | bell@sanja.is.com.ua | 2002-05-12 | 1 | -11/+0 | |
| | * | | total table list managment is changed | bell@sanja.is.com.ua | 2002-05-09 | 1 | -1/+1 | |
| | * | | removed fake description (EXPLAIN) of first table for last SELECT_LEX with gl... | bell@sanja.is.com.ua | 2002-05-09 | 1 | -3/+1 | |
| | * | | new SELECT_LEX structures used for storing global ORDER BY, global LIMIT & li... | bell@sanja.is.com.ua | 2002-05-08 | 1 | -62/+40 | |
| | * | | new SELECT_LEX structure | bell@sanja.is.com.ua | 2002-05-07 | 1 | -12/+16 | |
* | | | | Changed table_list->name -> table_list->alias to find places where we where u... | monty@mashka.mysql.fi | 2002-09-20 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Removed wrong implementation of CUBE/ROLLUP | monty@mashka.mysql.fi | 2002-07-24 | 1 | -1/+1 |