summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Code cleanupSergey Petrunya2010-11-032-58/+76
* Code cleanupSergey Petrunya2010-11-022-155/+54
* MWL#121-124 DS-MRR support for key-ordered retrieval, etcSergey Petrunya2010-11-0142-305/+2666
|\
| * Re-initialization reworkedSergey Petrunya2010-11-012-23/+54
| * use DBUG_RETURN with DBUG_ENTERSergey Petrunya2010-11-011-1/+1
| * DS-MRR/CPK improvements: correct buffer exhaustion handlingSergey Petrunya2010-10-312-12/+25
| * DS-MRR improvements:Sergey Petrunya2010-10-291-3/+10
| * DS-MRR improvementsSergey Petrunya2010-10-292-2/+6
| * DS-MRR improvements:Sergey Petrunya2010-10-282-19/+24
| * DS-MRR improvements: address review feedback for R3 version of the patchSergey Petrunya2010-10-263-594/+878
| * Code cleanupSergey Petrunya2010-10-042-14/+2
| * Fix failures introduced in the previous pushSergey Petrunya2010-10-042-3/+4
| * Address review feedbackSergey Petrunya2010-10-035-473/+218
| * DS-MRR/CPK improvements: more of addressing review feedbackSergey Petrunya2010-10-012-26/+32
| * DS-MRR improvements: address review feedbackSergey Petrunya2010-09-282-5/+195
| * Move Lifo_buffer to separate file.Sergey Petrunya2010-09-281-0/+412
| * Better comments, move Lifo_buffer to separate file.Sergey Petrunya2010-09-285-464/+77
| * DS-MRR improvements: review feedbackSergey Petrunya2010-09-214-360/+389
| * More commentsSergey Petrunya2010-09-201-25/+66
| * DS-MRR improvements: remove write_size/read_size, have the same size Sergey Petrunya2010-09-202-22/+19
| * DS-MRR improvements: more code cleanupSergey Petrunya2010-09-202-115/+157
| * DS-MRR improvements: better comments, use symbolic name instead of +1/-1 cons...Sergey Petrunya2010-09-192-72/+137
| * BUG#623300: Query with join_cache_level = 6 returns extra rows in maria-5.3-d...Sergey Petrunya2010-09-158-28/+28
| * BUG#628785: multi_range_read.cc:430: int DsMrr_impl::dsmrr_init(): Assertion ...Sergey Petrunya2010-09-154-9/+71
| * BUG#625841: Assertion `!table || (!table->read_set || bitmap_is_setSergey Petrunya2010-09-156-6/+73
| * BUG#629684: Unreachable code in multi_range_read.cc in maria-5.3-dsmrr-cpkSergey Petrunya2010-09-132-0/+39
| * - Fixed BUG#623285: Crash in quick_range_seq_next() in maria-5.3-dsmrr-cpk Sergey Petrunya2010-09-134-1/+373
| * Debug measure: trash unused buffer spaceSergey Petrunya2010-09-121-1/+3
| * Remove garbage comments, coding style conformance (no functional changes).Sergey Petrunya2010-09-121-7/+4
| * Fix a typo bug in SimpleBuffer.read()Sergey Petrunya2010-09-111-1/+1
| * Commit for buildbot checksSergey Petrunya2010-09-102-41/+56
| * MWL#121-125: DS-MRR improvementsSergey Petrunya2010-09-053-81/+172
| * Fix one more problem with buffer exhaustion scenarioSergey Petrunya2010-08-191-1/+1
| * More valgrind fixesSergey Petrunya2010-08-151-7/+5
| * Fix another (possibly dangerous) valgrind failure.Sergey Petrunya2010-08-151-1/+1
| * Fix [harmless] valgrind failureSergey Petrunya2010-08-151-1/+1
| * - Remove out-of-date comments Sergey Petrunya2010-08-143-13/+5
| * key/rowid buffer overflow fixes for various tricky cases.Sergey Petrunya2010-08-143-46/+78
| * Fix a number of problems with reverse buffer useSergey Petrunya2010-08-122-5/+21
| * Do dynamic buffer growing/shrinking.Sergey Petrunya2010-08-122-8/+76
| * Use reverse/backwards buffer for keys (now works)Sergey Petrunya2010-08-113-8/+25
| * DS-MRR support for clustered primary keys and key-ordered retrieval: merge wi...Sergey Petrunya2010-08-0917-157/+1275
| |\
| | * Fix valgrind failureSergey Petrunya2010-08-091-1/+2
| | * We can't check that assertion at the first iterationSergey Petrunya2010-08-081-1/+1
| | * Fix valgrind failure: don't access key_buffer if we haven't set it up yet.Sergey Petrunya2010-08-081-1/+2
| | * DS-MRR, key-ordered retrievals: commit for buildbotSergey Petrunya2010-08-082-255/+581
| | * DS-MRR support improvements (MWL#123, MWL#124, MWL#125)Sergey Petrunya2010-07-182-16/+34
| | * DS-MRR support improvements (MWL#123, MWL#124, MWL#125)Sergey Petrunya2010-07-177-48/+181
| | * MWL#121: DS-MRR support for clustered primary keysSergey Petrunya2010-07-1614-87/+726
| | |\
| | | * MWL#121: DS-MRR support for clustered primary keysSergey Petrunya2010-06-2211-67/+47