Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge siva.hindu.god:/usr/home/tim/m/bk/g50 | tsmith/tim@siva.hindu.god | 2006-10-24 | 1 | -0/+2 |
|\ | |||||
| * | Merge dl145s.mysql.com:/data/bk/team_tree_merge/mysql-5.0 | gkodinov@dl145s.mysql.com | 2006-10-19 | 1 | -0/+2 |
| |\ | |||||
| | * | Bug #22342: No results returned for query using max and group by | gkodinov/kgeorge@macbook.gmz | 2006-10-16 | 1 | -0/+2 |
* | | | Merge mysql.com:/usr/home/ram/work/bug20732/my41-bug20732 | ramil/ram@mysql.com/myoffice.izhnet.ru | 2006-10-19 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | Fix for bug #20732: Partial index and long sjis search with '>' fails sometimes | ramil/ram@mysql.com/myoffice.izhnet.ru | 2006-10-19 | 1 | -1/+1 |
| * | | Bug #21180: Subselect with index for both WHERE and ORDER BY produces empty r... | gkodinov/kgeorge@macbook.gmz | 2006-08-03 | 1 | -2/+2 |
* | | | Fix for bug#20670 "UPDATE using key and invoking trigger that modifies | dlenev@mockturtle.local | 2006-09-21 | 1 | -4/+5 |
| |/ |/| | |||||
* | | Fixed bug #20869. | igor@rurik.mysql.com | 2006-07-15 | 1 | -1/+1 |
* | | many warnings (practically safe but annoying) corrected | serg@serg.mylan | 2006-01-03 | 1 | -1/+1 |
* | | BUG#121915: Merge 4.1->5.0 | sergefp@mysql.com | 2005-10-19 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | BUG#12915: Added single-table UPDATE/DELTE ... ORDER BY ... LIMIT | sergefp@mysql.com | 2005-09-30 | 1 | -0/+2 |
* | | Merge with 4.1 | monty@mysql.com | 2005-06-07 | 1 | -2/+6 |
|\ \ | |/ | |||||
| * | Move USE_PRAGMA_IMPLEMENTATION to proper place | monty@mysql.com | 2005-06-03 | 1 | -2/+6 |
* | | Merge of 4.1->5.0. This contained the fixes for GCC 4.0 | brian@zim.(none) | 2005-06-01 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Mainly cleanups for gcc 4.0. Some small pieces from looking at -Wall. Removed... | brian@zim.(none) | 2005-06-01 | 1 | -1/+1 |
* | | Merge neptunus.(none):/home/msvensson/mysql/bug10241 | msvensson@neptunus.(none) | 2005-05-09 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | BUG#10241 cygwin port: invalid pragma interface directives | msvensson@neptunus.(none) | 2005-05-04 | 1 | -1/+1 |
| * | backport Serg's fix of FT interface (BUG#6523) | bell@sanja.is.com.ua | 2004-11-16 | 1 | -1/+1 |
| * | handler interface cleanups: | serg@serg.mylan | 2004-06-23 | 1 | -1/+1 |
* | | Fix for BUG#10244: | sergefp@mysql.com | 2005-04-29 | 1 | -2/+4 |
* | | Post WL#2126 fixes: | sergefp@mysql.com | 2004-12-29 | 1 | -27/+46 |
* | | WL#2126 - Multi_read_range. | ingo@mysql.com | 2004-12-23 | 1 | -13/+34 |
* | | Fix for BUG#4177: | sergefp@mysql.com | 2004-11-21 | 1 | -8/+10 |
* | | WL#1724 "Min/Max Optimization for Queries with Group By Clause" | timour@mysql.com | 2004-08-27 | 1 | -5/+101 |
* | | Fix and testcase for BUG#4984 | sergefp@mysql.com | 2004-08-11 | 1 | -0/+1 |
* | | after merge fixes | serg@serg.mylan | 2004-07-22 | 1 | -1/+1 |
* | | misc fixes for compile-time errors | serg@serg.mylan | 2004-07-21 | 1 | -68/+70 |
* | | failing fulltext_order_by.test fixed | serg@serg.mylan | 2004-07-15 | 1 | -1/+1 |
* | | After merge fixes | monty@mysql.com | 2004-07-15 | 1 | -0/+5 |
* | | Manual merge | sergefp@mysql.com | 2004-06-14 | 1 | -21/+249 |
|\ \ | |||||
| * | | More code cleanup, debug prints removed | sergefp@mysql.com | 2004-06-01 | 1 | -6/+8 |
| * | | Manual merge | sergefp@mysql.com | 2004-05-29 | 1 | -21/+247 |
| |\ \ | |||||
| | * | | * New index_merge EXPLAIN output format | sergefp@mysql.com | 2004-05-29 | 1 | -52/+145 |
| | * | | Manual merge | sergefp@mysql.com | 2004-05-13 | 1 | -14/+147 |
| | |\ \ | |||||
| | | * | | This is first cset for WL#1394 "Optimize index merge when all involved index ... | sergefp@mysql.com | 2004-05-13 | 1 | -14/+149 |
* | | | | | Merging 4.1 to 5.0. | pem@mysql.com | 2004-05-26 | 1 | -0/+1 |
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| | | |||||
| * | | | key_cmp -> key_cmp_if_same | monty@mishka.local | 2004-05-16 | 1 | -1/+6 |
| * | | | Moved reading of ranges from opt_range.cc to handler.cc | monty@mysql.com | 2004-04-08 | 1 | -1/+10 |
| * | | | Cleanup/optimizations of structures and key usage to make it easier to move k... | monty@mysql.com | 2004-04-08 | 1 | -2/+2 |
* | | | | Post-merge fixes. | pem@mysql.comhem.se | 2004-05-14 | 1 | -1/+13 |
| |/ / |/| | | |||||
* | | | Fix for Bug#3183 | sergefp@mysql.com | 2004-03-15 | 1 | -0/+9 |
* | | | Post-merge fixes. | pem@mysql.comhem.se | 2004-02-11 | 1 | -9/+6 |
* | | | Merge 4.1 into 5.0. | pem@mysql.com | 2004-02-10 | 1 | -1/+13 |
|\ \ \ | |/ / | | / | |/ |/| | |||||
| * | merge | monty@mysql.com | 2004-02-05 | 1 | -0/+1 |
| |\ | |||||
| | * | Added SQL_SELECT::cleanup() to make it easier to reuse SQL_SELECT item's for ... | monty@mysql.com | 2004-02-05 | 1 | -0/+1 |
| * | | Code cleanup: | ram@gw.mysql.r18.ru | 2004-02-03 | 1 | -0/+11 |
| * | | just tried to find all 'skipp' and replace it with 'skip'. | ram@gw.mysql.r18.ru | 2004-02-02 | 1 | -1/+1 |
| |/ | |||||
* | | Precise read time estimates for index_merge/Unique | sergefp@mysql.com | 2003-12-18 | 1 | -45/+51 |
* | | Two-sweeps read index_merge plus several small index_merge fixes and improvem... | sergefp@mysql.com | 2003-12-09 | 1 | -8/+77 |
* | | Post-merge fixes for index_merge/Unique/5.0 | sergefp@mysql.com | 2003-11-24 | 1 | -2/+2 |