Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 | bell@sanja.is.com.ua | 2003-06-19 | 1 | -1/+1 |
|\ | |||||
| * | Added SQLSTATE to client/server protocol | monty@narttu.mysql.fi | 2003-06-04 | 1 | -1/+1 |
* | | merging | bell@sanja.is.com.ua | 2003-05-26 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | fixed memory overrun (bug 380) | bell@sanja.is.com.ua | 2003-05-17 | 1 | -1/+1 |
* | | Merge with 4.0.13 | monty@narttu.mysql.fi | 2003-05-19 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Fix for UNION and LEFT JOIN (Bug #386) | monty@narttu.mysql.fi | 2003-05-13 | 1 | -2/+3 |
| * | Fixes for valgrind | monty@narttu.mysql.fi | 2003-04-23 | 1 | -1/+2 |
| * | Applying Sinisa's patch: | lenz@mysql.com | 2003-02-19 | 1 | -5/+1 |
| * | A lot of portability fixes. | monty@mashka.mysql.fi | 2003-01-05 | 1 | -1/+1 |
* | | Making a better fix for double released pointers and safe | Sinisa@sinisa.nasamreza.org | 2003-04-26 | 1 | -3/+2 |
* | | Fix for a bug record #307. | Sinisa@sinisa.nasamreza.org | 2003-04-21 | 1 | -11/+9 |
* | | Post - post merge fix. | Sinisa@sinisa.nasamreza.org | 2003-04-09 | 1 | -1/+0 |
* | | merge fix | Sinisa@sinisa.nasamreza.org | 2003-04-09 | 1 | -26/+44 |
|\ \ | |||||
| * | | A better fix for UNION and slow query log. | monty@mashka.mysql.fi | 2003-04-08 | 1 | -27/+44 |
* | | | 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 |
|\ \ |