summaryrefslogtreecommitdiff
path: root/storage/maria/ma_packrec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2021-03-111-9/+14
|\
| * mark Aria allocations for temp tables as MY_THREAD_SPECIFICSergei Golubchik2021-03-081-9/+14
* | Fixed access of undefined memory for compressed MyISAM and Aria tablesMonty2020-06-141-2/+5
* | Merge 10.4 into 10.5Marko Mäkelä2020-03-211-24/+25
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2020-03-201-24/+25
| |\
| | * MDEV-21981 Replace arithmetic + with bitwise OR when possibleMarko Mäkelä2020-03-191-24/+25
* | | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-4/+4
|/ /
* | Cleanup mman.h includesSergey Vojtovich2019-10-021-3/+0
|/
* MDEV-19595 fixedMichael Widenius2019-06-191-2/+7
* Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
|\
| * Update FSF addressMichal Schorm2019-05-101-1/+1
* | Merge 10.0 into 10.1Marko Mäkelä2017-05-231-1/+1
|\ \
| * | MDEV-6262 analyze the coverity report on mariadbSergei Golubchik2017-05-191-1/+1
* | | Correct FSF addressiangilfillan2017-03-101-1/+1
|/ /
* | Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-041-1/+1
* | MDEV-5314 - Compiling fails on OSX using clangSergey Vojtovich2014-02-191-3/+3
* | Temporary commit of 10.0-mergeMichael Widenius2013-03-261-2/+2
|/
* fix the build and compiler warnings (few of which were real bugs)Sergei Golubchik2011-10-291-2/+1
* merge with 5.3Sergei Golubchik2011-10-191-8/+9
|\
| * Use _ma_set_fatal_error() in Aria also for HA_ERR_WRONG_IN_RECORD, to be able...Michael Widenius2011-01-261-8/+9
* | use PSI wrappers in aria and other non-MySQL codeSergei Golubchik2011-07-131-7/+7
* | lots of post-merge changesSergei Golubchik2011-04-251-9/+8
|/
* We are now using Valgrind rather than purify, and have for quite some time.unknown2009-05-061-1/+1
* Code cleanup:Michael Widenius2009-01-091-34/+34
* Merge of changes in MyISAM since December 16 -> April 1unknown2008-04-011-2/+3
* Fixed compiler warningsunknown2008-01-131-1/+1
* Removed MARIA_BASE min_row_length (duplicate of min_block_length)unknown2007-12-121-3/+0
* Added MARIA_SHARE *share to a lot of places to make code simplerunknown2007-12-101-5/+5
* Fixed repair_by_sort to work with BLOCK_RECORDunknown2007-11-281-2/+10
* First part of redo/undo for key pagesunknown2007-11-141-1/+1
* After merge fixes. Applied changes made in myisam manually to maria.unknown2007-10-041-4/+4
* Added applying of undo for updatesunknown2007-09-091-6/+6
* post-merge fixes, and fixes for some of the 16 compiler warningsunknown2007-07-261-1/+2
* Merged with mysql-5.1 main tree.unknown2007-07-021-115/+115
* rec_lsn (first REDO LSN( is now given to the page cache on unpinningunknown2007-06-071-1/+1
* Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-04-191-16/+16
|\
| * Fixes after review of guilhem of block record patchunknown2007-04-191-16/+16
* | Merge desktop.sanja.is.com.ua:/home/bell/mysql/bk/work-maria.bakunknown2007-04-161-4/+4
|\ \ | |/ |/|
| * Pagecache integration for review.unknown2007-04-041-4/+4
* | 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-26/+317
|/
* After merge fixesunknown2007-01-261-1/+1
* Merge with new versionunknown2007-01-231-121/+181
|\
| * Implementation of rows-in-blockunknown2007-01-181-110/+161
* | Maria - merging recent changes done to MyISAM into Maria.unknown2006-12-191-32/+44
* | Merge of recent MyISAM changes into Maria. Testsuite passes as muchunknown2006-10-111-5/+13
|/
* Added storage/maria (based on MyISAM). WL#3245unknown2006-04-111-0/+1346