Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | post-merge | serg@serg.mylan | 2004-11-22 | 1 | -2/+2 |
* | After merge fixes | monty@mysql.com | 2004-11-09 | 1 | -0/+1 |
* | Merge with 4.1 to get in latest bug fixes | monty@mysql.com | 2004-11-04 | 1 | -0/+14 |
|\ | |||||
| * | opt_range.cc, range.result, range.test: | bar@mysql.com | 2004-11-03 | 1 | -0/+14 |
* | | merge with 4.1 | monty@mysql.com | 2004-10-29 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | After merge fixes | monty@mysql.com | 2004-10-07 | 1 | -0/+3 |
* | | Merge rurik.mysql.com:/home/igor/mysql-5.0 | igor@rurik.mysql.com | 2004-10-20 | 1 | -19/+0 |
|\ \ | |||||
| * | | the test moved from range.test to innodb.test - it should not be run when inn... | serg@serg.mylan | 2004-10-20 | 1 | -19/+0 |
* | | | Merge for post-merge fixes for Item_equal patch. | igor@rurik.mysql.com | 2004-10-19 | 1 | -0/+4 |
|\ \ \ | |/ / |/| | | |||||
| * | | Merge for Item_equal. | igor@rurik.mysql.com | 2004-10-09 | 1 | -0/+4 |
| |\ \ | |||||
| | * \ | Auto Merge | igor@rurik.mysql.com | 2003-12-23 | 1 | -0/+4 |
| | |\ \ | |||||
| | | * \ | Merge | igor@rurik.mysql.com | 2003-12-01 | 1 | -0/+11 |
| | | |\ \ | |||||
| | | * | | | range.test: | igor@rurik.mysql.com | 2003-12-01 | 1 | -0/+4 |
* | | | | | | compatibility fix | serg@serg.mylan | 2004-10-18 | 1 | -0/+1 |
|/ / / / / | |||||
* | | | | | After merge fixes of merge with 4.1 that included the new arena code. | monty@mysql.com | 2004-09-09 | 1 | -3/+8 |
| |_|_|/ |/| | | | |||||
* | | | | Fix to make range.test work smoothly --without-innidb | hf@deer.(none) | 2004-08-20 | 1 | -0/+2 |
* | | | | Fix for bug#4488: sign-aware equality check | sergefp@mysql.com | 2004-08-17 | 1 | -0/+4 |
* | | | | Fix for BUG#4488: first portion: sign aware '<' and '>' comparisons. | sergefp@mysql.com | 2004-08-11 | 1 | -0/+39 |
* | | | | Merge with 4.0.21 | monty@mysql.com | 2004-06-18 | 1 | -0/+27 |
|\ \ \ \ | |||||
| * | | | | Fixed unlikely bug in the range optimzer when using many IN() queries on diff... | monty@mysql.com | 2004-06-18 | 1 | -0/+25 |
| * | | | | Always use libtool with "--preserve-dup-deps" | monty@mysql.com | 2004-02-13 | 1 | -0/+1 |
* | | | | | Introduce keys in child tables corresponding to FOREIGN KEYs | marko@hundin.mysql.fi | 2004-04-21 | 1 | -2/+1 |
* | | | | | 1. New data types, from the user point of view: | bar@bar.intranet.mysql.r18.ru | 2004-03-26 | 1 | -1/+1 |
* | | | | | Merge with 4.0.18 | monty@mysql.com | 2004-02-11 | 1 | -1/+17 |
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | | | |||||
| * | | | Fixed problem with range optimization over overlapping ranges (#2448) | monty@mysql.com | 2004-02-04 | 1 | -1/+15 |
| * | | | test moved to an appropriate file | serg@serg.mylan | 2004-01-21 | 1 | -11/+0 |
| * | | | an obvious bug in _mi_key_cmp fixed (BUG#2295 - range on blobs) | serg@serg.mylan | 2004-01-15 | 1 | -0/+12 |
* | | | | WorkLog#1323 | antony@ltantony.rdg.cyberkinetica.homeunix.net | 2003-12-10 | 1 | -2/+2 |
| |_|/ |/| | | |||||
* | | | merge with 4.0 to get fix for range bug | monty@mysql.com | 2003-11-28 | 1 | -0/+11 |
|\ \ \ | |/ / | | / | |/ |/| | |||||
| * | Fixed range optimzier bug (Bug #1828) | monty@mysql.com | 2003-11-28 | 1 | -1/+12 |
* | | Merge with 4.0 tree | monty@mashka.mysql.fi | 2003-11-18 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Word Police law is abided | konstantin@mysql.com | 2003-11-04 | 1 | -1/+1 |
* | | Removed some warnings reported by valgrind | monty@narttu.mysql.fi | 2003-11-04 | 1 | -25/+24 |
* | | Merge with 4.0 | monty@narttu.mysql.fi | 2003-11-04 | 1 | -0/+25 |
|\ \ | |/ | |||||
| * | fix for bug #1724 'WHERE ... IN() optimizer behaviour | konstantin@mysql.com | 2003-11-03 | 1 | -0/+23 |
* | | Manual merge after improving concurrency for key cache reassignment | igor@rurik.mysql.com | 2003-10-01 | 1 | -13/+94 |
* | | Optimize thai character handling | monty@mashka.mysql.fi | 2003-09-12 | 1 | -0/+8 |
* | | merge with 4.0.15 | monty@mashka.mysql.fi | 2003-09-11 | 1 | -0/+14 |
|\ \ | |/ | |||||
| * | bug #1172 - crash on force index() and SEL_ARG::MAYBE_KEY | serg@serg.mylan | 2003-09-03 | 1 | -0/+11 |
| * | workaround for IN's special treatment of first argument. Not for 4.1 | serg@serg.mylan | 2003-09-01 | 1 | -0/+3 |
* | | merge with 4.0.15 | monty@narttu.mysql.fi | 2003-08-29 | 1 | -0/+17 |
|\ \ | |/ | |||||
| * | between tests added | serg@serg.mylan | 2003-08-08 | 1 | -0/+17 |
* | | Merge with 4.0.14 | monty@mashka.mysql.fi | 2003-08-11 | 1 | -32/+52 |
|\ \ | |/ | |||||
| * | bug with ranges and not_null_col=can_be_null_expr fixed | serg@serg.mylan | 2003-06-26 | 1 | -32/+52 |
* | | Changed mysql-test to print warnings for not existing table to DROP TABLE | monty@mashka.mysql.fi | 2003-01-06 | 1 | -0/+3 |
|/ | |||||
* | Fix for bug in WHERE key='j' or key='J' | monty@hundin.mysql.fi | 2002-03-22 | 1 | -1/+2 |
* | Quote names to SHOW CREATE for mysqldump | monty@tik.mysql.fi | 2002-03-21 | 1 | -0/+62 |
* | Added support for hex strings to mysqlimport | monty@donna.mysql.com | 2000-12-28 | 1 | -0/+102 |