| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge rurik.mysql.com:/home/igor/mysql-4.0 | unknown | 2004-09-02 | 1 | -1/+10 |
|\ |
|
| * | select.result, select.test: | unknown | 2004-09-02 | 1 | -1/+10 |
* | | Fix for bug #5134: WHERE x = 'bar' AND x LIKE BINARY 'bar' returns | unknown | 2004-08-23 | 1 | -2/+8 |
|/ |
|
* | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0 | unknown | 2004-08-13 | 1 | -1/+10 |
|\ |
|
| * | fixed Bug #4358 Problem with HAVING clause that uses alias | unknown | 2004-08-12 | 1 | -1/+10 |
* | | bug#4497 - Serious regression if disk based TMP table is used. | unknown | 2004-08-09 | 1 | -0/+14 |
|/ |
|
* | use ref not range for ... WHERE key IN (val) | unknown | 2004-06-21 | 1 | -1/+3 |
* | a fix. | unknown | 2004-05-28 | 1 | -2/+4 |
* | sql_select.cc: | unknown | 2004-04-08 | 1 | -1/+2 |
* | order_by.result: | unknown | 2004-03-26 | 1 | -2/+12 |
* | multi_update.result: | unknown | 2004-03-11 | 1 | -2/+2 |
* | Fixed memory leak in DROP DATABASE when using RAID tables (Bug #2882) | unknown | 2004-03-10 | 1 | -4/+13 |
* | Ensure that one can't from the command line set a variable too small. (Bug #2... | unknown | 2004-03-06 | 1 | -1/+3 |
* | merge 3.23 -> 4.0, 2003/02/06 | unknown | 2004-02-06 | 1 | -1/+7 |
|\ |
|
| * | fixed restoring of thd->count_cuted_fields in store_val_in_field | unknown | 2003-12-16 | 1 | -1/+7 |
| * | Fix an erronous cast for GCC introduced for to fix VC++ compiler error | unknown | 2003-08-05 | 1 | -1/+1 |
| * | Fix VC++ compiler error | unknown | 2003-08-04 | 1 | -1/+1 |
* | | Added testing of pthread_key_delete (to fix compile problem on SCO) (Bug #2461) | unknown | 2004-02-05 | 1 | -5/+12 |
* | | Fixed parsing of column names and foreign key constraints in Innobase to hand... | unknown | 2004-01-30 | 1 | -3/+12 |
* | | Fixed bug in IN() optimization | unknown | 2004-01-19 | 1 | -2/+2 |
* | | Simple cleanups | unknown | 2003-12-18 | 1 | -28/+24 |
* | | Merge | unknown | 2003-12-13 | 1 | -5/+7 |
|\ \ |
|
| * | | Fix autoincrement for signed columns (Bug #1366) | unknown | 2003-12-12 | 1 | -5/+7 |
* | | | Fix #2093 | unknown | 2003-12-12 | 1 | -7/+0 |
* | | | Proposed fix for #2093 | unknown | 2003-12-12 | 1 | -8/+22 |
|/ / |
|
* | | Fixed a possible memory leak on MacOSX when using the shared libmysql.so libr... | unknown | 2003-12-11 | 1 | -0/+2 |
* | | Fix for bug #1335: filesort is missing in EXPLAIN if ORDER BY NULL is used | unknown | 2003-12-09 | 1 | -2/+12 |
* | | added comments to simple_order, simple_group, no_order, skip_sort_order | unknown | 2003-11-20 | 1 | -2/+15 |
* | | fix for bug #1724 'WHERE ... IN() optimizer behaviour | unknown | 2003-11-03 | 1 | -23/+42 |
* | | Bug#1271 - RAND_TABLE_BIT in expression and only const_tables in join | unknown | 2003-10-21 | 1 | -0/+2 |
* | | fix for one of the bugs spotted by #1274 | unknown | 2003-10-16 | 1 | -1/+11 |
* | | Add new user variables for tuning memory usage: | unknown | 2003-10-11 | 1 | -8/+11 |
* | | Fixed bug #1323 (varchar fields becoming char fields adter create ... select) | unknown | 2003-10-03 | 1 | -0/+2 |
* | | Applied Monty corrections to the FULL SCAN | unknown | 2003-09-17 | 1 | -22/+33 |
* | | comment made more explanatory | unknown | 2003-09-16 | 1 | -5/+7 |
* | | join buffer cache usage/not usage is taken | unknown | 2003-09-16 | 1 | -4/+14 |
* | | Fixed bug in the optimiser for FULL TABLE SCAN case: | unknown | 2003-09-15 | 1 | -24/+22 |
* | | bug#926 fix undone - it caused suboptimal execution plan for "range ON, no WH... | unknown | 2003-09-05 | 1 | -2/+19 |
* | | workaround for IN's special treatment of first argument. Not for 4.1 | unknown | 2003-09-01 | 1 | -0/+6 |
* | | oom protection | unknown | 2003-08-28 | 1 | -3/+3 |
* | | Fixed some varnings from valgrind | unknown | 2003-08-20 | 1 | -1/+1 |
* | | Cleanups to recent patches | unknown | 2003-08-15 | 1 | -2/+8 |
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | unknown | 2003-08-13 | 1 | -4/+1 |
|\ \ |
|
| * | | Remove wrong bug fix when calling create_sort_index. | unknown | 2003-08-10 | 1 | -4/+1 |
* | | | BETWEEN bug fix: non-const expressions on both ends | unknown | 2003-08-09 | 1 | -28/+41 |
|/ / |
|
* | | outer join, impossible on condition, where, and usable key for range | unknown | 2003-07-25 | 1 | -4/+0 |
* | | Fix for the bug #801: create table t1 select x'41'; doesn't work | unknown | 2003-07-11 | 1 | -0/+1 |
* | | finally proper recursive descent for parsing expressions with MATCH ... AGAIN... | unknown | 2003-07-07 | 1 | -17/+3 |
* | | correct (finally) condition for MATCH >0, >=0 etc in add_ft_keys (SW#1647) | unknown | 2003-07-07 | 1 | -9/+9 |
* | | merge + order by (bug #515) temporary fix | unknown | 2003-07-04 | 1 | -0/+2 |