summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* 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-212-353/+382
* 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-151-1/+1
* BUG#628785: multi_range_read.cc:430: int DsMrr_impl::dsmrr_init(): Assertion ...Sergey Petrunya2010-09-152-9/+10
* BUG#625841: Assertion `!table || (!table->read_set || bitmap_is_setSergey Petrunya2010-09-154-6/+19
* - Fixed BUG#623285: Crash in quick_range_seq_next() in maria-5.3-dsmrr-cpk Sergey Petrunya2010-09-132-1/+2
* 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-141-11/+2
* key/rowid buffer overflow fixes for various tricky cases.Sergey Petrunya2010-08-142-43/+75
* 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-112-4/+21
* DS-MRR support for clustered primary keys and key-ordered retrieval: merge wi...Sergey Petrunya2010-08-098-125/+953
|\
| * 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-176-31/+164
| * MWL#121: DS-MRR support for clustered primary keysSergey Petrunya2010-07-166-72/+421
| |\
| | * MWL#121: DS-MRR support for clustered primary keysSergey Petrunya2010-06-225-53/+37
| | * MWL#121: DS-MRR support for clustered primary keysSergey Petrunya2010-06-221-12/+40
| | * MWL#121: DS-MRR support for clustered primary keysSergey Petrunya2010-06-222-184/+304
| | * MWL#121: DS-MRR support for clustered primary keysSergey Petrunya2010-06-211-0/+1
| | * MWL#121: DS-MRR support for clustered primary keysSergey Petrunya2010-06-196-72/+288
* | | Fix for LP bug#611625: Removing NULL references from subquery parameter list ...unknown2010-08-092-14/+24
* | | Fix for luanchpad bug#609043unknown2010-07-301-9/+1
* | | Bugfix for lounchpad bug#608834 (608824, 609045, 609052).unknown2010-07-292-0/+9
* | | Removed dead code that was made obsolete by the introduction ofunknown2010-07-231-16/+0
* | | Fixed a problem where the temp table of a materialized subqueryunknown2010-07-163-9/+37
|/ /
* | MergeSergey Petrunya2010-07-161-1/+9
|\ \
| * | Fix @@optimizer_switch supportSergey Petrunya2010-07-161-1/+9
* | | Merge with new queue code.Michael Widenius2010-07-1610-60/+76
|\ \ \ | |/ / |/| |
| * | Improved speed of thr_alarm from O(N) to O(1). thr_alarm is used to handle ti...Michael Widenius2010-07-1610-62/+76
* | | Fixed an error in the creation of REF access method for materializedunknown2010-07-152-3/+1
|/ /
* | Subquery cache (MWL#66) added.unknown2010-07-1027-128/+1847
* | Fix buildbot valgrind failureSergey Petrunya2010-07-064-21/+6