Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug #24778: Innodb: No result when using ORDER BY | mhansson/martin@linux-st28.site | 2007-03-14 | 1 | -0/+41 |
* | BUG#20604: FORCE INDEX uses keys disabled by ALTER TABLE | mhansson/martin@linux-st28.site | 2007-01-29 | 1 | -0/+7 |
* | Reverted wrong bug fix (Bug#11228) | evgen@moonbone.local | 2006-07-01 | 1 | -1/+9 |
* | Manual merge | evgen@moonbone.local | 2006-06-28 | 1 | -0/+10 |
|\ | |||||
| * | key.result: | evgen@moonbone.local | 2006-06-23 | 1 | -2/+2 |
| * | Merge moonbone.local:/work/tmp_merge-4.1-opt-mysql | evgen@moonbone.local | 2006-06-23 | 1 | -0/+10 |
| |\ | |||||
| | * | Bug#11228: DESC shows arbitrary column as "PRI" | bar@mysql.com | 2006-06-23 | 1 | -0/+10 |
* | | | Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case | msvensson@neptunus.(none) | 2006-02-22 | 1 | -16/+16 |
* | | | Merge mysql.com:/home/jimw/my/mysql-5.1-13883 | jimw@mysql.com | 2006-02-17 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Remove extra space in SHOW CREATE TABLE output. (Bug #13883) | jimw@mysql.com | 2006-02-02 | 1 | -1/+1 |
* | | | | WL#1563 - Modify MySQL to support fast CREATE/DROP INDEX | ingo@mysql.com | 2006-01-23 | 1 | -6/+6 |
|/ / / | |||||
* | | | WL#1563 - Modify MySQL to support fast CREATE/DROP INDEX | ingo@mysql.com | 2006-01-12 | 1 | -0/+68 |
* | | | Fix for bug#11491 Misleading error message if not NULL column set to NULL, | gluh@eagle.intranet.mysql.r18.ru | 2005-12-01 | 1 | -2/+2 |
|/ / | |||||
* | | After merge fix. | ingo@mysql.com | 2005-08-29 | 1 | -0/+1 |
* | | Merge mysql.com:/home/mydev/mysql-4.1-4100 | ingo@mysql.com | 2005-08-29 | 1 | -0/+16 |
|\ \ | |/ | |||||
| * | Bug#12565 - ERROR 1034 when running simple UPDATE or DELETE on large MyISAM t... | ingo@mysql.com | 2005-08-29 | 1 | -0/+16 |
* | | Fix reporting of type for unique key on VARCHAR field. (Bug #11227) | jimw@mysql.com | 2005-06-22 | 1 | -0/+25 |
* | | Additional tweak to fix for bug #10543, to prevent a change in | jimw@mysql.com | 2005-06-02 | 1 | -0/+25 |
* | | merged | serg@serg.mylan | 2004-11-22 | 1 | -0/+18 |
|\ \ | |/ | |||||
| * | Bug#6252 - Duplicate columns in keys should fail | antony@ltantony.rdg.cyberkinetica.homeunix.net | 2004-11-22 | 1 | -0/+18 |
* | | merge with 4.1 | monty@mysql.com | 2004-10-29 | 1 | -0/+40 |
|\ \ | |/ | |||||
| * | Fix for bug #6166: index prefix length of 0 not rejected | gluh@gluh.mysql.r18.ru | 2004-10-26 | 1 | -0/+2 |
| * | Fixed wrong range test code for HEAP tables. This caused a crash when doing a... | monty@mysql.com | 2004-10-23 | 1 | -0/+8 |
| * | test fixed | serg@serg.mylan | 2004-10-22 | 1 | -0/+7 |
| * | BUG#6151 - myisam index corruption. | ingo@mysql.com | 2004-10-21 | 1 | -0/+23 |
* | | More fixes for strict mode: | monty@mishka.local | 2004-10-02 | 1 | -2/+2 |
* | | Removed wrong warnings in test suite (This was because select_insert / select... | monty@mishka.local | 2004-09-17 | 1 | -1/+5 |
* | | Merge with 4.1 | monty@mysql.com | 2004-09-06 | 1 | -3/+35 |
|\ \ | |/ | |||||
| * | apply UNIQUE constrain correctly for multi-byte charsets | serg@serg.mylan | 2004-08-13 | 1 | -3/+35 |
* | | Merge with 4.1.3-beta | monty@mysql.com | 2004-07-07 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Language/consistency edits to error messages | paul@ice.snake.net | 2004-06-15 | 1 | -2/+2 |
* | | Range optimizer fix: | sergefp@mysql.com | 2004-06-22 | 1 | -2/+2 |
|/ | |||||
* | Fixed wrong key usage which caused wrong result for some "WHERE primary_key=c... | monty@mysql.com | 2004-05-06 | 1 | -0/+13 |
* | Fixed crashing bug with alter table when table was in use (Bug #3643) | monty@mysql.com | 2004-05-05 | 1 | -0/+16 |
* | longer myisam keys | serg@serg.mylan | 2004-02-20 | 1 | -0/+21 |
* | After merge fixes | monty@mysql.com | 2004-02-16 | 1 | -6/+6 |
* | WorkLog#1323 | antony@ltantony.rdg.cyberkinetica.homeunix.net | 2003-12-10 | 1 | -1/+1 |
* | After merge fixes | monty@mashka.mysql.fi | 2003-08-19 | 1 | -10/+7 |
* | Added SQLSTATE to client/server protocol | monty@narttu.mysql.fi | 2003-06-04 | 1 | -1/+1 |
* | merge | monty@mashka.mysql.fi | 2003-05-22 | 1 | -1/+0 |
|\ | |||||
| * | Merge with 4.0.13 | monty@narttu.mysql.fi | 2003-05-19 | 1 | -1/+0 |
| |\ | |||||
| | * | Fix of bug 390: primary key now implies (silently) NOT NULL for key fields. | pem@mysql.com | 2003-05-13 | 1 | -1/+0 |
* | | | Updated warning test | venu@myvenu.com | 2003-04-30 | 1 | -0/+12 |
|/ / | |||||
* | | Changed mysql-test to print warnings for not existing table to DROP TABLE | monty@mashka.mysql.fi | 2003-01-06 | 1 | -1/+0 |
|/ | |||||
* | New SET syntax & system variables. | monty@mashka.mysql.fi | 2002-07-23 | 1 | -0/+31 |
* | Added macros for nice TIMESPEC usage. | monty@hundin.mysql.fi | 2002-01-02 | 1 | -0/+9 |
* | client/mysqlmanagerc.c | sasha@mysql.sashanet.com | 2001-09-27 | 1 | -0/+121 |
* | Merged some functions and removed some unused client functions. | monty@donna.mysql.fi | 2001-03-06 | 1 | -0/+7 |
* | Added support for hex strings to mysqlimport | monty@donna.mysql.com | 2000-12-28 | 1 | -0/+12 |