summaryrefslogtreecommitdiff
path: root/storage/maria/ma_ft_update.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\
| * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| |\
| | * Update FSF addressMichal Schorm2019-05-101-1/+1
* | | Removed even more warning that was found with -WunusedMonty2018-04-301-9/+2
* | | Fixed compiler warnings and warnings from build.tagsMonty2017-05-081-0/+2
|/ /
* | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-1/+1
|\ \
| * | Correct FSF addressiangilfillan2017-03-101-1/+1
| |/
* | Fixed compiler warnings and test failures found by buildbotMonty2016-06-241-1/+1
* | MDEV-8360 Clean-up CHARSET_INFO: strnncollsp: diff_if_only_endspace_differenceAlexander Barkov2016-03-311-2/+2
|/
* 5.3->5.5 mergeSergei Golubchik2011-11-221-1/+1
|\
| * Fix gcc 4.6 warnings about assigned but not used variables.unknown2011-10-271-1/+1
* | lots of post-merge changesSergei Golubchik2011-04-251-2/+1
|/
* Merge with mysql-mariaMichael Widenius2009-01-301-4/+4
|\
* | Added MARIA_PAGE structure to keep all information about a maria key page.Michael Widenius2008-09-011-4/+10
|/
* Added versioning of Maria indexMichael Widenius2008-06-261-27/+38
* compiler warningunknown2008-04-241-1/+1
* WL#3072 - Maria Recoveryunknown2008-04-241-1/+5
* Injecting more "const" declarations into code which does not changeunknown2008-04-031-3/+4
* Added MARIA_SHARE *share to a lot of places to make code simplerunknown2007-12-101-7/+8
* Added error HA_ERR_FILE_TOO_SHORT to be used when files are shorter than expe...unknown2007-12-041-1/+1
* First part of redo/undo for key pagesunknown2007-11-141-3/+6
* Moved randomize and my_rnd under mysysunknown2007-10-091-3/+4
* Merged with mysql-5.1 main tree.unknown2007-07-021-17/+17
* Fixes after review of guilhem of block record patchunknown2007-04-191-1/+1
* GPL license update (same change as was done for all files in 5.1).unknown2007-03-021-2/+1
* Implementation of rows-in-blockunknown2007-01-181-11/+12
* Completion of merge of mysql-5.1 into mysql-maria.unknown2006-08-101-32/+25
* Added storage/maria (based on MyISAM). WL#3245unknown2006-04-111-0/+359