Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed unlikely stack bug when having a BIG expression of type 1+1-1+1-1... in... | monty@narttu.mysql.fi | 2003-08-27 | 1 | -1/+1 |
* | vio ssl structure renames (to get rid of ending _) | monty@narttu.mysql.fi | 2003-08-27 | 1 | -0/+3 |
* | After merge fixes | Sinisa@sinisa.nasamreza.org | 2003-08-22 | 1 | -7/+10 |
|\ | |||||
| * | Fixed some varnings from valgrind | monty@narttu.mysql.fi | 2003-08-20 | 1 | -7/+10 |
* | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0 | Sinisa@sinisa.nasamreza.org | 2003-07-18 | 1 | -9/+8 |
|\ \ | |/ | |||||
| * | backport fix for the bug #803: INTERVAL(NULL, ....) | ram@mysql.r18.ru | 2003-07-14 | 1 | -5/+2 |
| * | Fix for the bug #803. | ram@mysql.r18.ru | 2003-07-10 | 1 | -10/+12 |
* | | Fix for a bug #807 | Sinisa@sinisa.nasamreza.org | 2003-07-09 | 1 | -0/+1 |
|/ | |||||
* | bug #504: in "datetime op int" comparison int wasn't converted to datetime | serg@serg.mylan | 2003-07-02 | 1 | -1/+1 |
* | Added thread variable max_seeks_for_key | monty@mashka.mysql.fi | 2003-06-27 | 1 | -2/+2 |
* | LEFT JOIN optimization: Change LEFT JOIN to normal join if possible | monty@mashka.mysql.fi | 2003-06-26 | 1 | -10/+31 |
* | item_cmpfunc.cc: | bar@bar.mysql.r18.ru | 2003-05-28 | 1 | -0/+4 |
* | optimizer should check for "field LIKE const" not "field like STRING" | serg@serg.mysql.com | 2003-03-02 | 1 | -4/+8 |
* | merge with 3.23.56 to get patches for --lower-case-table-names and | monty@mashka.mysql.fi | 2003-01-29 | 1 | -1/+42 |
|\ | |||||
| * | fixed functions to be able work with group function as argument | bell@sanja.is.com.ua | 2003-01-29 | 1 | -1/+42 |
* | | Fixed core dump bug in str LIKE "%other_str%" where strings contained charact... | monty@mashka.mysql.fi | 2003-01-10 | 1 | -21/+26 |
* | | Merge with 3.23: | monty@mashka.mysql.fi | 2002-12-21 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Optimization of CASE bug fix | monty@mashka.mysql.fi | 2002-12-21 | 1 | -3/+2 |
| * | fix for a bug in CASE ...WHEN ... | Sinisa@sinisa.nasamreza.org | 2002-12-16 | 1 | -0/+2 |
* | | merged | serg@serg.mysql.com | 2002-12-04 | 1 | -3/+15 |
|\ \ | |/ | |||||
| * | Merge work:/my/mysql-3.23 into hundin.mysql.fi:/my/mysql-3.23 | monty@hundin.mysql.fi | 2002-12-02 | 1 | -0/+39 |
| |\ | |||||
| | * | Fixed bug in MAX() optimization when used with JOIN and ON expressions | monty@hundin.mysql.fi | 2002-12-02 | 1 | -0/+39 |
| * | | Fix for sum_func IN (..) | Sinisa@sinisa.nasamreza.org | 2002-12-02 | 1 | -1/+5 |
| * | | a fix for a bug with HAVING sum_func IN (...) | Sinisa@sinisa.nasamreza.org | 2002-11-30 | 1 | -0/+8 |
| |/ | |||||
| * | Removed wrong bug fix for problem with timestamp and BETWEEN. | monty@hundin.mysql.fi | 2002-11-05 | 1 | -1/+0 |
| * | - Applied fix made in 4.0 tree to fix a bug when comparing a datetime | lenz@mysql.com | 2002-10-30 | 1 | -0/+1 |
| * | Check if AND/OR expression can be NULL | monty@mashka.mysql.fi | 2002-09-03 | 1 | -0/+2 |
* | | Change of internal key_field=NULL handling to avoid error messages. | monty@hundin.mysql.fi | 2002-12-03 | 1 | -2/+16 |
* | | New multi-table-update code | monty@mashka.mysql.fi | 2002-11-29 | 1 | -4/+4 |
* | | Extended WEEK() to be able to handle ISO weeks. | monty@mashka.mysql.fi | 2002-11-12 | 1 | -3/+2 |
* | | Fixed that NULL and 0 returns 0 instead of NULL | monty@mashka.mysql.fi | 2002-11-11 | 1 | -14/+30 |
* | | Fixed bug in MAX() optimization when used with JOIN and ON expressions | monty@hundin.mysql.fi | 2002-11-09 | 1 | -0/+39 |
* | | BETWEEN fixed | serg@sergbook.mysql.com | 2002-11-06 | 1 | -3/+9 |
* | | Removed wrong patch to fix DATE BETWEEN TIMESTAMP1 AND TIMESTAMP2 | monty@hundin.mysql.fi | 2002-11-05 | 1 | -1/+0 |
* | | A fix for bug when comparing a datetime column with timestamp | Sinisa@sinisa.nasamreza.org | 2002-10-30 | 1 | -0/+1 |
* | | Some trivial optimzations | monty@mashka.mysql.fi | 2002-09-03 | 1 | -0/+2 |
* | | Portability fixes for 4.0.3 build. | monty@hundin.mysql.fi | 2002-08-17 | 1 | -1/+7 |
* | | Fixed bug in SAFEMALLOC for systems that requires longlong data to be aligned... | monty@hundin.mysql.fi | 2002-08-17 | 1 | -6/+6 |
* | | A fix for bigints with quoted constants .. | Sinisa@sinisa.nasamreza.org | 2002-08-16 | 1 | -2/+2 |
* | | merge with 3.23.52 | monty@hundin.mysql.fi | 2002-08-12 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Fixed problem with BIGINT and shutdown on AIX | monty@hundin.mysql.fi | 2002-08-12 | 1 | -6/+1 |
| * | A change in IF behaviour that several users asked for ... | Sinisa@sinisa.nasamreza.org | 2002-08-09 | 1 | -0/+6 |
* | | Changed IF(expr, column, NULL) to take type from column | monty@hundin.mysql.fi | 2002-08-12 | 1 | -5/+22 |
* | | Update for running gcc 3.x (mainly on HPUX) | monty@hundin.mysql.fi | 2002-06-30 | 1 | -5/+29 |
* | | Added functions : | Sinisa@sinisa.nasamreza.org | 2002-06-29 | 1 | -0/+15 |
* | | Big code cleanup/review before 4.0.2 release. | monty@mashka.mysql.fi | 2002-06-11 | 1 | -2/+2 |
* | | Enable LOAD DATA LOCAL INFILE in mysql_test | monty@hundin.mysql.fi | 2002-06-04 | 1 | -5/+6 |
* | | Fixes for gcc 3.1 | monty@hundin.mysql.fi | 2002-05-21 | 1 | -0/+3 |
* | | Optimize LIKE with turbo-boyer-more algoritm | monty@hundin.mysql.fi | 2002-05-17 | 1 | -5/+261 |
* | | merge with 3.23.51 | monty@hundin.mysql.fi | 2002-05-16 | 1 | -21/+32 |
|\ \ | |/ |