summaryrefslogtreecommitdiff
path: root/storage/maria/ma_range.c
Commit message (Expand)AuthorAgeFilesLines
* Added page_range to records_in_range() to improve range statisticsMonty2020-03-271-11/+18
* Fix various spelling errorsOtto Kekäläinen2020-03-161-1/+1
* 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
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-1/+1
|\ \ \ | |/ /
| * | Correct FSF addressiangilfillan2017-03-101-1/+1
* | | General spell fixing in comments and stringsOtto Kekäläinen2016-06-081-1/+1
|/ /
* | MDEV-6650 - LINT_INIT emits code in non-debug buildsSergey Vojtovich2015-03-161-2/+1
* | MDEV-5314 - Compiling fails on OSX using clangSergey Vojtovich2014-02-191-1/+1
* | Fixed MDEV-3815: Aria engine return "The table is full" (ERROR 1114) insertin...Michael Widenius2014-02-111-9/+22
|/
* MDEV-4687: impossible where with < operation, but =-5 return one rowSergey Petrunya2013-07-251-0/+4
* use PSI wrappers in aria and other non-MySQL codeSergei Golubchik2011-07-131-2/+2
* Added MARIA_PAGE structure to keep all information about a maria key page.Michael Widenius2008-09-011-29/+28
* Added versioning of Maria indexMichael Widenius2008-06-261-43/+58
* Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2008-05-291-6/+7
|\
| * WL#3138: Maria - fast "SELECT COUNT(*) FROM t;" and "CHECKSUM TABLE t"unknown2008-05-291-6/+7
* | Logical merge of changes in myisam to maria.unknown2008-05-261-1/+1
|/
* Added MARIA_SHARE *share to a lot of places to make code simplerunknown2007-12-101-2/+2
* First part of redo/undo for key pagesunknown2007-11-141-1/+3
* Moved randomize and my_rnd under mysysunknown2007-10-091-6/+6
* fixes of bad merge (probably). Less duplication in ma_test_recovery.unknown2007-08-061-2/+0
* merging MyISAM changes into Maria (not done in 5.1->maria merge ofunknown2007-07-271-14/+49
* Merged with mysql-5.1 main tree.unknown2007-07-021-11/+11
* - WL#3239 "log CREATE TABLE in Maria"unknown2007-06-221-14/+18
* Fixed compiler warningsunknown2007-06-091-1/+1
* 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-0/+1
* Merge with new versionunknown2007-01-231-19/+18
|\
| * Implementation of rows-in-blockunknown2007-01-181-19/+18
* | Maria - merging recent changes done to MyISAM into Maria.unknown2006-12-191-0/+15
|/
* Added storage/maria (based on MyISAM). WL#3245unknown2006-04-111-0/+244