summaryrefslogtreecommitdiff
path: root/storage/maria/ma_rt_index.c
Commit message (Expand)AuthorAgeFilesLines
* perfschema memory related instrumentation changesSergei Golubchik2020-03-101-1/+1
* alloc_on_stack: simplify the APISergei Golubchik2019-08-231-55/+34
* MDEV-20279 Increase Aria index length limitMonty2019-08-231-46/+91
* Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
|\
| * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| |\
| | * Update FSF addressMichal Schorm2019-05-101-1/+1
* | | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-4/+4
|/ /
* | Correct FSF addressiangilfillan2017-03-101-1/+1
* | MDEV-6650 - LINT_INIT emits code in non-debug buildsSergey Vojtovich2015-03-161-9/+3
|/
* merge with 5.3.Sergei Golubchik2012-06-041-4/+22
|\
| * MDEV-294 SELECT WHERE ST_CONTAINS doesn't return all the records where ST_CON...Alexey Botchkov2012-05-291-4/+22
* | 5.3 mergeSergei Golubchik2012-01-131-1/+1
|\ \ | |/
| * bug 857066 Wrong result with ST_DISJOINT when using an indexAlexey Botchkov2011-11-291-1/+1
* | merge with 5.3Sergei Golubchik2011-10-191-1/+0
|\ \ | |/
| * Safety fix for Aria:Michael Widenius2011-01-111-1/+0
* | lots of post-merge changesSergei Golubchik2011-04-251-1/+1
|/
* Added --sync-sys=0 option for mysqld to skip sync() calls for faster testingMichael Widenius2010-08-091-3/+6
* Fix ha_maria to compile on WindowsSergey Petrunya2009-09-061-2/+2
* Merge with mysql-maria treeMichael Widenius2009-02-191-1/+1
|\
| * Putting back some fixes lost in a colleague's merge a while back; that wasGuilhem Bichot2009-01-261-1/+1
* | Code cleanup:Michael Widenius2009-01-091-8/+8
* | Added MARIA_PAGE structure to keep all information about a maria key page.Michael Widenius2008-09-011-247/+235
|/
* Added versioning of Maria indexMichael Widenius2008-06-261-185/+244
* WL#3072 - Maria Recoveryunknown2008-04-241-52/+131
* Fix for BUG#35351 "Maria: R-tree index does not return all expected rows"unknown2008-04-111-7/+10
* Injecting more "const" declarations into code which does not changeunknown2008-04-031-21/+27
* Merge of changes in MyISAM since December 16 -> April 1unknown2008-04-011-13/+5
* Fix for pushbuild problems: innocuous Valgrind error (uninitializedunknown2008-03-211-2/+2
* Fix for BUG#35273 "Corrupted table if using GIS index":unknown2008-03-171-9/+26
* Added MARIA_SHARE *share to a lot of places to make code simplerunknown2007-12-101-59/+68
* Added error HA_ERR_FILE_TOO_SHORT to be used when files are shorter than expe...unknown2007-12-041-3/+4
* First part of redo/undo for key pagesunknown2007-11-141-92/+133
* Moved randomize and my_rnd under mysysunknown2007-10-091-169/+174
* merging MyISAM changes into Maria (not done in 5.1->maria merge ofunknown2007-07-271-28/+79
* Merged with mysql-5.1 main tree.unknown2007-07-021-47/+47
* Fixed compiler warningsunknown2007-06-091-4/+4
* Fixes after review of guilhem of block record patchunknown2007-04-191-11/+11
* GPL license update (same change as was done for all files in 5.1).unknown2007-03-021-2/+1
* merge from MyISAM into Maria (last step of merge of 5.1 into Maria).unknown2007-03-011-3/+0
* Implementation of rows-in-blockunknown2007-01-181-128/+138
* Completion of merge of mysql-5.1 into mysql-maria.unknown2006-08-101-3/+5
* Added storage/maria (based on MyISAM). WL#3245unknown2006-04-111-0/+1081