summaryrefslogtreecommitdiff
path: root/storage/maria/ma_rt_split.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
|\
| * Update FSF addressMichal Schorm2019-05-101-1/+1
* | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-4/+4
* | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-281-1/+1
* | Correct FSF addressiangilfillan2017-03-101-1/+1
|/
* compiler warningsSergei Golubchik2013-04-141-8/+4
* Compiler warning about assigned but not used variables fixed.unknown2011-10-181-2/+0
* When compiling with valgrind, change my_alloca() to use my_malloc()Michael Widenius2010-12-131-2/+1
* Fixed bug that 'maria_read_log -a' didn't set max_trid when reparing tables.Michael Widenius2010-09-061-19/+6
* Added MARIA_PAGE structure to keep all information about a maria key page.Michael Widenius2008-09-011-39/+43
* Added versioning of Maria indexMichael Widenius2008-06-261-20/+21
* compiler warning on non-debug buildunknown2008-04-241-1/+2
* No more 'have_maria' variable, use information schema.engines.unknown2008-04-241-5/+8
* WL#3072 - Maria Recoveryunknown2008-04-241-19/+203
* Injecting more "const" declarations into code which does not changeunknown2008-04-031-3/+3
* Fix for pushbuild problems: innocuous Valgrind error (uninitializedunknown2008-03-211-1/+1
* Added MARIA_SHARE *share to a lot of places to make code simplerunknown2007-12-101-16/+19
* 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-3/+6
* Moved randomize and my_rnd under mysysunknown2007-10-091-81/+86
* merging MyISAM changes into Maria (not done in 5.1->maria merge ofunknown2007-07-271-2/+10
* Merged with mysql-5.1 main tree.unknown2007-07-021-8/+8
* Fixed compiler warningsunknown2007-06-091-2/+2
* 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/+4
* Implementation of rows-in-blockunknown2007-01-181-7/+8
* Added storage/maria (based on MyISAM). WL#3245unknown2006-04-111-0/+350