Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't count NULL values in cardinalty for MyISAM tables. | monty@mashka.mysql.fi | 2003-01-09 | 1 | -1/+2 |
* | Many files: | heikki@hundin.mysql.fi | 2002-12-22 | 1 | -11/+26 |
* | incorrect bugfix removed. EQ+BETWEEN still cannot be optimized :( | serg@serg.mysql.com | 2002-12-10 | 1 | -1/+1 |
* | Copy arguments given to mysql_server_init() | monty@mashka.mysql.fi | 2002-12-05 | 1 | -6/+4 |
* | A fix for the bug in a SELECT with joined tables with ORDER BY and | Sinisa@sinisa.nasamreza.org | 2002-12-04 | 1 | -1/+7 |
* | Change of internal key_field=NULL handling to avoid error messages. | monty@hundin.mysql.fi | 2002-12-03 | 1 | -42/+88 |
* | Fixed some bugs from last multi-table-update push. | monty@mashka.mysql.fi | 2002-12-01 | 1 | -1/+1 |
* | New multi-table-update code | monty@mashka.mysql.fi | 2002-11-29 | 1 | -7/+78 |
* | merge::records_in_range and optimizer | serg@serg.mysql.com | 2002-11-17 | 1 | -2/+2 |
* | Portability fix when using -DBIG_TABLES | monty@mashka.mysql.fi | 2002-11-14 | 1 | -6/+6 |
* | Fix after last merge | monty@mashka.mysql.fi | 2002-11-12 | 1 | -1/+1 |
* | merge | monty@mashka.mysql.fi | 2002-11-12 | 1 | -1/+6 |
|\ | |||||
| * | Fixed that NULL and 0 returns 0 instead of NULL | monty@mashka.mysql.fi | 2002-11-11 | 1 | -0/+5 |
* | | removed DBUG_ENTER/RETURN tags | serg@serg.mysql.com | 2002-11-11 | 1 | -401/+232 |
|/ | |||||
* | Merge from 3.23 to get fix for GROUP BY bug | monty@hundin.mysql.fi | 2002-11-08 | 1 | -0/+2 |
|\ | |||||
| * | Fixed rare core dump bug when using complicated GROUP BY query that didn't re... | monty@hundin.mysql.fi | 2002-11-08 | 1 | -0/+2 |
| * | fixed a bug where "MATCH ... AGAINST () >=0" was treated as if it was > | serg@sergbook.mysql.com | 2002-11-02 | 1 | -3/+3 |
* | | DBUG_ENTER/RETURN tags added | serg@sergbook.mysql.com | 2002-11-05 | 1 | -232/+401 |
* | | Added --skip-safemalloc to mysqltest | monty@mashka.mysql.fi | 2002-10-29 | 1 | -36/+12 |
* | | Merge with 3.23.54 | monty@hundin.mysql.fi | 2002-10-16 | 1 | -5/+25 |
|\ \ | |/ | |||||
| * | Fix error handling in last patch (BLOB's in temporary tables) if | monty@hundin.mysql.fi | 2002-10-15 | 1 | -0/+5 |
| * | Fixed a bug in key optimizing handling where the expression | monty@hundin.mysql.fi | 2002-10-14 | 1 | -4/+14 |
| * | Fixed bug where we could reference a freed tmp_table->table_name variable for... | monty@hundin.mysql.fi | 2002-10-12 | 1 | -1/+6 |
* | | Fixed bug in ORDER BY ... LIMIT | monty@hundin.mysql.fi | 2002-10-15 | 1 | -9/+32 |
* | | Fix some ORDER BY ... DESC problems with InnoDB | monty@hundin.mysql.fi | 2002-09-27 | 1 | -1/+1 |
* | | Do filesort if handler has the HA_NOT_READ_PREFIX_LAST flag set. | monty@hundin.mysql.fi | 2002-09-26 | 1 | -1/+1 |
* | | Fix of newly introduced bug in ORDER BY when one has a constant in the select... | monty@hundin.mysql.fi | 2002-09-24 | 1 | -3/+5 |
* | | bugfix: DISTINCT with const_item in ORDER BY | serg@serg.mysql.com | 2002-09-10 | 1 | -3/+3 |
* | | a fix for a bug with all_fields.elements not being changed by | Sinisa@sinisa.nasamreza.org | 2002-09-03 | 1 | -2/+1 |
* | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.0 | Sinisa@sinisa.nasamreza.org | 2002-09-03 | 1 | -2/+2 |
|\ \ | |||||
| * | | a small fix for a distinct query | Sinisa@sinisa.nasamreza.org | 2002-09-03 | 1 | -2/+2 |
* | | | Some trivial optimzations | monty@mashka.mysql.fi | 2002-09-03 | 1 | -4/+3 |
|/ / | |||||
* | | Changed relay_log_space to ulonglong | monty@hundin.mysql.fi | 2002-08-23 | 1 | -2/+1 |
* | | Fixed bug in blocking handling when compiling with OPENSSL (caused hangup in ... | monty@hundin.mysql.fi | 2002-08-17 | 1 | -1/+5 |
* | | Fixed syntax error | monty@hundin.mysql.fi | 2002-08-08 | 1 | -2/+1 |
* | | Added nety_retry_count as a changeable variable | monty@hundin.mysql.fi | 2002-08-08 | 1 | -2/+2 |
* | | merge with 3.23.52 | monty@hundin.mysql.fi | 2002-08-08 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fixed bug with GROUP BY on NULL fields. | monty@mashka.mysql.fi | 2002-08-05 | 1 | -16/+32 |
| * | Merge work:/home/bk/mysql | serg@sergbook.mysql.com | 2002-05-26 | 1 | -1/+1 |
| |\ | |||||
| | * | quick fix for some optimizer glitch (it appears as ft+const bug, but it, prob... | serg@sergbook.mysql.com | 2002-05-25 | 1 | -1/+1 |
| * | | Sergei's MyODBC fix | miguel@hegel.local | 2002-05-12 | 1 | -1/+1 |
| |/ | |||||
* | | merge | monty@mashka.mysql.fi | 2002-08-08 | 1 | -1/+0 |
|\ \ | |||||
| * | | Lots of code fixes to the replication code (especially the binary logging and... | monty@mashka.mysql.fi | 2002-08-08 | 1 | -1/+0 |
* | | | revert sinisa's patch, because it does nothing | serg@sergbook.mysql.com | 2002-07-31 | 1 | -5/+2 |
* | | | fix for a nasty bag, that causes a memory corruption+crash on HUGE select dis... | serg@sergbook.mysql.com | 2002-07-31 | 1 | -1/+1 |
* | | | merge | Sinisa@sinisa.nasamreza.org | 2002-07-29 | 1 | -2/+5 |
|\ \ \ | |/ / |/| | | |||||
| * | | lot's of small changes | Sinisa@sinisa.nasamreza.org | 2002-07-29 | 1 | -2/+5 |
* | | | Removed wrong implementation of CUBE/ROLLUP | monty@mashka.mysql.fi | 2002-07-24 | 1 | -10/+13 |
|/ / | |||||
* | | merge | monty@mashka.mysql.fi | 2002-07-23 | 1 | -4/+6 |
|\ \ | |||||
| * | | New SET syntax & system variables. | monty@mashka.mysql.fi | 2002-07-23 | 1 | -4/+6 |