| Commit message (Expand) | Author | Age | Files | Lines |
* | Move Lifo_buffer to separate file. | Sergey Petrunya | 2010-09-28 | 1 | -0/+412 |
* | Better comments, move Lifo_buffer to separate file. | Sergey Petrunya | 2010-09-28 | 5 | -464/+77 |
* | DS-MRR improvements: review feedback | Sergey Petrunya | 2010-09-21 | 2 | -353/+382 |
* | More comments | Sergey Petrunya | 2010-09-20 | 1 | -25/+66 |
* | DS-MRR improvements: remove write_size/read_size, have the same size | Sergey Petrunya | 2010-09-20 | 2 | -22/+19 |
* | DS-MRR improvements: more code cleanup | Sergey Petrunya | 2010-09-20 | 2 | -115/+157 |
* | DS-MRR improvements: better comments, use symbolic name instead of +1/-1 cons... | Sergey Petrunya | 2010-09-19 | 2 | -72/+137 |
* | BUG#623300: Query with join_cache_level = 6 returns extra rows in maria-5.3-d... | Sergey Petrunya | 2010-09-15 | 1 | -1/+1 |
* | BUG#628785: multi_range_read.cc:430: int DsMrr_impl::dsmrr_init(): Assertion ... | Sergey Petrunya | 2010-09-15 | 2 | -9/+10 |
* | BUG#625841: Assertion `!table || (!table->read_set || bitmap_is_set | Sergey Petrunya | 2010-09-15 | 4 | -6/+19 |
* | - Fixed BUG#623285: Crash in quick_range_seq_next() in maria-5.3-dsmrr-cpk | Sergey Petrunya | 2010-09-13 | 2 | -1/+2 |
* | Debug measure: trash unused buffer space | Sergey Petrunya | 2010-09-12 | 1 | -1/+3 |
* | Remove garbage comments, coding style conformance (no functional changes). | Sergey Petrunya | 2010-09-12 | 1 | -7/+4 |
* | Fix a typo bug in SimpleBuffer.read() | Sergey Petrunya | 2010-09-11 | 1 | -1/+1 |
* | Commit for buildbot checks | Sergey Petrunya | 2010-09-10 | 2 | -41/+56 |
* | MWL#121-125: DS-MRR improvements | Sergey Petrunya | 2010-09-05 | 3 | -81/+172 |
* | Fix one more problem with buffer exhaustion scenario | Sergey Petrunya | 2010-08-19 | 1 | -1/+1 |
* | More valgrind fixes | Sergey Petrunya | 2010-08-15 | 1 | -7/+5 |
* | Fix another (possibly dangerous) valgrind failure. | Sergey Petrunya | 2010-08-15 | 1 | -1/+1 |
* | Fix [harmless] valgrind failure | Sergey Petrunya | 2010-08-15 | 1 | -1/+1 |
* | - Remove out-of-date comments | Sergey Petrunya | 2010-08-14 | 1 | -11/+2 |
* | key/rowid buffer overflow fixes for various tricky cases. | Sergey Petrunya | 2010-08-14 | 2 | -43/+75 |
* | Fix a number of problems with reverse buffer use | Sergey Petrunya | 2010-08-12 | 2 | -5/+21 |
* | Do dynamic buffer growing/shrinking. | Sergey Petrunya | 2010-08-12 | 2 | -8/+76 |
* | Use reverse/backwards buffer for keys (now works) | Sergey Petrunya | 2010-08-11 | 2 | -4/+21 |
* | DS-MRR support for clustered primary keys and key-ordered retrieval: merge wi... | Sergey Petrunya | 2010-08-09 | 8 | -125/+953 |
|\ |
|
| * | Fix valgrind failure | Sergey Petrunya | 2010-08-09 | 1 | -1/+2 |
| * | We can't check that assertion at the first iteration | Sergey Petrunya | 2010-08-08 | 1 | -1/+1 |
| * | Fix valgrind failure: don't access key_buffer if we haven't set it up yet. | Sergey Petrunya | 2010-08-08 | 1 | -1/+2 |
| * | DS-MRR, key-ordered retrievals: commit for buildbot | Sergey Petrunya | 2010-08-08 | 2 | -255/+581 |
| * | DS-MRR support improvements (MWL#123, MWL#124, MWL#125) | Sergey Petrunya | 2010-07-18 | 2 | -16/+34 |
| * | DS-MRR support improvements (MWL#123, MWL#124, MWL#125) | Sergey Petrunya | 2010-07-17 | 6 | -31/+164 |
| * | MWL#121: DS-MRR support for clustered primary keys | Sergey Petrunya | 2010-07-16 | 6 | -72/+421 |
| |\ |
|
| | * | MWL#121: DS-MRR support for clustered primary keys | Sergey Petrunya | 2010-06-22 | 5 | -53/+37 |
| | * | MWL#121: DS-MRR support for clustered primary keys | Sergey Petrunya | 2010-06-22 | 1 | -12/+40 |
| | * | MWL#121: DS-MRR support for clustered primary keys | Sergey Petrunya | 2010-06-22 | 2 | -184/+304 |
| | * | MWL#121: DS-MRR support for clustered primary keys | Sergey Petrunya | 2010-06-21 | 1 | -0/+1 |
| | * | MWL#121: DS-MRR support for clustered primary keys | Sergey Petrunya | 2010-06-19 | 6 | -72/+288 |
* | | | Fix for LP bug#611625: Removing NULL references from subquery parameter list ... | unknown | 2010-08-09 | 2 | -14/+24 |
* | | | Fix for luanchpad bug#609043 | unknown | 2010-07-30 | 1 | -9/+1 |
* | | | Bugfix for lounchpad bug#608834 (608824, 609045, 609052). | unknown | 2010-07-29 | 2 | -0/+9 |
* | | | Removed dead code that was made obsolete by the introduction of | unknown | 2010-07-23 | 1 | -16/+0 |
* | | | Fixed a problem where the temp table of a materialized subquery | unknown | 2010-07-16 | 3 | -9/+37 |
|/ / |
|
* | | Merge | Sergey Petrunya | 2010-07-16 | 1 | -1/+9 |
|\ \ |
|
| * | | Fix @@optimizer_switch support | Sergey Petrunya | 2010-07-16 | 1 | -1/+9 |
* | | | Merge with new queue code. | Michael Widenius | 2010-07-16 | 10 | -60/+76 |
|\ \ \
| |/ /
|/| | |
|
| * | | Improved speed of thr_alarm from O(N) to O(1). thr_alarm is used to handle ti... | Michael Widenius | 2010-07-16 | 10 | -62/+76 |
* | | | Fixed an error in the creation of REF access method for materialized | unknown | 2010-07-15 | 2 | -3/+1 |
|/ / |
|
* | | Subquery cache (MWL#66) added. | unknown | 2010-07-10 | 27 | -128/+1847 |
* | | Fix buildbot valgrind failure | Sergey Petrunya | 2010-07-06 | 4 | -21/+6 |