Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Code cleanup: | ram@gw.mysql.r18.ru | 2004-02-03 | 6 | -84/+17 |
* | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 | ram@gw.mysql.r18.ru | 2004-02-03 | 1 | -1/+2 |
|\ | |||||
| * | Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.1 | vva@eagle.mysql.r18.ru | 2004-02-03 | 1 | -1/+2 |
| |\ | |||||
| | * | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1 | vva@eagle.mysql.r18.ru | 2004-02-03 | 1 | -1/+2 |
| | |\ | |||||
| | | * | changed allocation of st_table::insert_values | vva@eagle.mysql.r18.ru | 2004-02-03 | 1 | -1/+2 |
* | | | | just tried to find all 'skipp' and replace it with 'skip'. | ram@gw.mysql.r18.ru | 2004-02-02 | 29 | -83/+83 |
* | | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 | ram@gw.mysql.r18.ru | 2004-02-02 | 11 | -50/+164 |
|\ \ \ \ | |/ / / | |||||
| * | | | Indexes can be used for optimization if the operation | bar@bar.intranet.mysql.r18.ru | 2004-02-02 | 6 | -34/+153 |
| * | | | preload.result, key_cache.result, preload.test, key_cache.test, sql_yacc.yy: | igor@rurik.mysql.com | 2004-02-02 | 5 | -16/+11 |
| |/ / | |||||
* | | | Added a comment for NULL range creation. | ram@gw.mysql.r18.ru | 2004-02-02 | 1 | -1/+6 |
* | | | fix for the bug #2419: order by ignores rows. | ram@gw.mysql.r18.ru | 2004-01-31 | 6 | -12/+65 |
|/ / | |||||
* | | cleanup | serg@serg.mylan | 2004-01-30 | 2 | -14/+14 |
* | | incorrect fix undone, as it causes memory leaks (e.g. in key.test) | serg@serg.mylan | 2004-01-30 | 1 | -0/+1 |
* | | catch accesses to deleted objects | serg@serg.mylan | 2004-01-30 | 2 | -2/+9 |
* | | SHOW CREATE DATABASE moved to sql_show.cc where it belongs | serg@serg.mylan | 2004-01-30 | 3 | -90/+91 |
* | | Merge bk-internal:/home/bk/mysql-4.1/ | serg@serg.mylan | 2004-01-30 | 8 | -24/+20 |
|\ \ | |||||
| * | | better fix BUG#2361: ALTER TABLE ... DROP PRIMARY KEY drops a non-primary key | serg@serg.mylan | 2004-01-28 | 8 | -24/+20 |
* | | | Unused variable removed (cleanup spotted in bug #2214) | konstantin@oak.local | 2004-01-29 | 1 | -1/+0 |
* | | | ibuf0ibuf.c: | heikki@hundin.mysql.fi | 2004-01-29 | 1 | -3/+6 |
* | | | Fixed Bug#2479, "dependant subquery with limit crash". | jani@rhols221.adsl.netsonic.fi | 2004-01-29 | 3 | -1/+101 |
* | | | Fixed a bug in GREATES() and LEAST() function, that caused a core | jani@rhols221.adsl.netsonic.fi | 2004-01-28 | 3 | -0/+16 |
|/ / | |||||
* | | Fix for #2210 (SHOW TABLE STATUS fails when .frm is corrupted) | hf@deer.(none) | 2004-01-28 | 1 | -0/+1 |
* | | Fix for #2209 | hf@deer.(none) | 2004-01-27 | 1 | -0/+1 |
* | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1 | hf@deer.(none) | 2004-01-27 | 2 | -6/+4 |
|\ \ | |||||
| * | | bugfix to #1224 | hf@deer.(none) | 2004-01-27 | 2 | -6/+4 |
* | | | code cleanup (unnecessary line in libmysqld/Makefile.am) | hf@deer.(none) | 2004-01-27 | 1 | -1/+0 |
|/ / | |||||
* | | warning comment | guilhem@gbichot2.local | 2004-01-26 | 1 | -0/+2 |
* | | Merge gbichot@213.136.52.20:/home/bk/mysql-4.1 | guilhem@mysql.com | 2004-01-26 | 1 | -2/+5 |
|\ \ | |||||
| * | | fix for BUG#2516: "SLAVE START may crash mysqld" | guilhem@gbichot2.local | 2004-01-26 | 1 | -2/+5 |
* | | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.1 | gluh@gluh.mysql.r18.ru | 2004-01-26 | 25 | -13/+43 |
|\ \ \ | |||||
| * | | | Fix for bug#2505: MySQL reports "out of memory" | gluh@gluh.mysql.r18.ru | 2004-01-26 | 25 | -13/+43 |
| |/ / | |||||
* | | | Fixed a bug in slave-compressed-protocol. Using this option | jani@rhols221.adsl.netsonic.fi | 2004-01-26 | 1 | -1/+1 |
|/ / | |||||
* | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1 | Sinisa@sinisa.nasamreza.org | 2004-01-24 | 5 | -14/+11 |
|\ \ | |||||
| * \ | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1 | Sinisa@sinisa.nasamreza.org | 2004-01-22 | 3 | -6/+6 |
| |\ \ | |||||
| * | | | Fix for a bug #2422, where CONVERT(expr, cast) was masked by | Sinisa@sinisa.nasamreza.org | 2004-01-22 | 4 | -16/+12 |
| * | | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1 | Sinisa@sinisa.nasamreza.org | 2004-01-22 | 2 | -6/+7 |
| |\ \ \ | |||||
| | * \ \ | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1 | Sinisa@sinisa.nasamreza.org | 2004-01-20 | 36 | -32/+257 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1 | Sinisa@sinisa.nasamreza.org | 2004-01-19 | 6 | -6/+7 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | merge fixes | Sinisa@sinisa.nasamreza.org | 2004-01-17 | 2 | -6/+7 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | Two bug fixes | Sinisa@sinisa.nasamreza.org | 2004-01-16 | 2 | -7/+8 |
* | | | | | | | | mysqld.cc: | igor@rurik.mysql.com | 2004-01-23 | 1 | -1/+1 |
* | | | | | | | | Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-4.1 | igor@rurik.mysql.com | 2004-01-23 | 43 | -744/+934 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | define name fixed | hf@deer.(none) | 2004-01-23 | 1 | -1/+1 |
| * | | | | | | | | Error message added | hf@deer.(none) | 2004-01-23 | 22 | -0/+22 |
| * | | | | | | | | Conflicts resolved | hf@deer.(none) | 2004-01-23 | 17 | -738/+906 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | SCRUM | hf@deer.(none) | 2004-01-23 | 4 | -3/+7 |
| | * | | | | | | | | SCRUM | hf@deer.(none) | 2004-01-23 | 6 | -61/+42 |
| | * | | | | | | | | SCRUM: | hf@deer.(none) | 2004-01-15 | 12 | -736/+919 |
| * | | | | | | | | | Reverted an addition to be able to use ';' as a comment | jani@rhols221.adsl.netsonic.fi | 2004-01-23 | 1 | -1/+1 |
| * | | | | | | | | | patch reverted - USE_RAID is defined in my_config.h | serg@serg.mylan | 2004-01-23 | 2 | -3/+3 |
| | |_|_|_|_|_|/ / | |/| | | | | | | |