Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | three bug fixes and major code cleanup | Sinisa@sinisa.nasamreza.org | 2003-03-06 | 1 | -1/+1 |
* | Code clean-up | Sinisa@sinisa.nasamreza.org | 2003-02-15 | 1 | -29/+36 |
* | fix a bug in derived tables | Sinisa@sinisa.nasamreza.org | 2003-02-13 | 1 | -1/+1 |
* | Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1 | monty@mashka.mysql.fi | 2003-02-12 | 1 | -1/+1 |
|\ | |||||
| * | Windows compile fixups (To be verified by respective devs) | venu@myvenu.com | 2003-02-04 | 1 | -1/+1 |
* | | Fixed a lot of wrong memory references as reported by valgrind | monty@mashka.mysql.fi | 2003-02-12 | 1 | -6/+15 |
|/ | |||||
* | improving of fields list creation in derived tables and unions | bell@sanja.is.com.ua | 2003-01-29 | 1 | -11/+16 |
* | after merge fix of 577 task (SCRUM, pre commit to be able to merge with stati... | bell@sanja.is.com.ua | 2003-01-26 | 1 | -24/+43 |
* | merging | bell@sanja.is.com.ua | 2003-01-25 | 1 | -27/+16 |
|\ | |||||
| * | fixed subselects with temporary tables (SCRUM) | bell@sanja.is.com.ua | 2003-01-25 | 1 | -4/+9 |
* | | A small fix for privilege system as reported by HF. | Sinisa@sinisa.nasamreza.org | 2003-01-21 | 1 | -1/+1 |
* | | Fixed that derived tables are properly droped | monty@mashka.mysql.fi | 2003-01-07 | 1 | -47/+56 |
* | | merging | bell@sanja.is.com.ua | 2002-12-31 | 1 | -4/+5 |
|\ \ | |||||
| * | | support of subselect without FROM reducing (SCRUM) | bell@sanja.is.com.ua | 2002-12-26 | 1 | -4/+5 |
* | | | Many fixes. | Sinisa@sinisa.nasamreza.org | 2002-12-24 | 1 | -7/+2 |
|/ / | |||||
* | | Adding comments as per Monty's request. | Sinisa@sinisa.nasamreza.org | 2002-12-14 | 1 | -4/+39 |
* | | derived tables with UNION's ... | Sinisa@sinisa.nasamreza.org | 2002-12-12 | 1 | -4/+30 |
|/ | |||||
* | After merge fixes | monty@mashka.mysql.fi | 2002-12-06 | 1 | -2/+2 |
* | some bug fixes and tests for those. | Sinisa@sinisa.nasamreza.org | 2002-11-30 | 1 | -1/+4 |
* | many bug fixes | Sinisa@sinisa.nasamreza.org | 2002-11-30 | 1 | -0/+3 |
* | many bug fixes | Sinisa@sinisa.nasamreza.org | 2002-11-29 | 1 | -2/+2 |
* | adding mandatory aliases for derived tables as per SQL-99 | Sinisa@sinisa.nasamreza.org | 2002-11-28 | 1 | -1/+1 |
* | reverse order in global select list allow to avoid recursion in derived tables | bell@sanja.is.com.ua | 2002-11-27 | 1 | -15/+0 |
* | A fix for a bug with derived tables within subselect | Sinisa@sinisa.nasamreza.org | 2002-11-26 | 1 | -7/+11 |
* | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1 | Sinisa@sinisa.nasamreza.org | 2002-11-16 | 1 | -2/+0 |
|\ | |||||
| * | Fixed bugs pointed by "Crash with 'big' derivated table in MySQL-4.1" bugreport | bell@sanja.is.com.ua | 2002-11-16 | 1 | -2/+1 |
* | | A fix for the bug when MyISAM tmp table has to be created in order | Sinisa@sinisa.nasamreza.org | 2002-11-15 | 1 | -1/+2 |
|/ | |||||
* | some code cleanup as per CTO's instructions plus a small bug fix with | Sinisa@sinisa.nasamreza.org | 2002-11-12 | 1 | -1/+1 |
* | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1 | Sinisa@sinisa.nasamreza.org | 2002-11-11 | 1 | -0/+1 |
|\ | |||||
| * | small bug fix | Sinisa@sinisa.nasamreza.org | 2002-11-11 | 1 | -0/+1 |
* | | prevent using expernal fields in derived tables | bell@sanja.is.com.ua | 2002-11-11 | 1 | -1/+5 |
|/ | |||||
* | Some code optimisations related to EXPLAIN of derived tables and the | Sinisa@sinisa.nasamreza.org | 2002-11-09 | 1 | -5/+5 |
* | moved similar code to function | bell@sanja.is.com.ua | 2002-11-04 | 1 | -2/+2 |
* | changes for mysqladmin debug | Sinisa@sinisa.nasamreza.org | 2002-10-30 | 1 | -1/+2 |
* | merging | bell@sanja.is.com.ua | 2002-10-04 | 1 | -10/+13 |
|\ | |||||
| * | new EXPLAIN | bell@sanja.is.com.ua | 2002-09-26 | 1 | -10/+13 |
| * | subselect with union | bell@sanja.is.com.ua | 2002-09-03 | 1 | -1/+1 |
* | | Fixes and code cleanups after merge with 4.0.3 | monty@mashka.mysql.fi | 2002-10-02 | 1 | -1/+1 |
|/ | |||||
* | merging | bell@sanja.is.com.ua | 2002-05-28 | 1 | -5/+5 |
|\ | |||||
| * | derived table with * bug fixed | bell@sanja.is.com.ua | 2002-05-28 | 1 | -1/+1 |
* | | Hiding internal pointers of SELECT_LEX structures | bell@sanja.is.com.ua | 2002-05-27 | 1 | -1/+1 |
* | | new SELECT_LEX structures used for storing global ORDER BY, global LIMIT & li... | bell@sanja.is.com.ua | 2002-05-08 | 1 | -11/+13 |
* | | new SELECT_LEX structure | bell@sanja.is.com.ua | 2002-05-07 | 1 | -8/+11 |
|/ | |||||
* | Derived tables ! | Sinisa@sinisa.nasamreza.org | 2002-03-26 | 1 | -0/+121 |