summaryrefslogtreecommitdiff
path: root/storage/maria/ma_blockrec.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed access to undefined memory found by valgrind and MSANMonty2020-05-231-4/+4
* 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
* | | Remove most 'register' use in C++Marko Mäkelä2018-04-241-2/+1
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-1/+1
|\ \ \ | |/ /
| * | Correct FSF addressiangilfillan2017-03-101-1/+1
* | | Fix many -Wconversion warnings.Marko Mäkelä2017-03-071-11/+11
|/ /
* | Merge branch '10.0' into 10.1Sergei Golubchik2015-10-121-1/+1
|\ \
| * | MDEV-8450: PATCH] Wrong macro expansion in Query_cache::send_result_to_client()Oleksandr Byelkin2015-09-061-1/+1
| |/
* | Push for testing of encryptionMonty2015-02-101-5/+21
|/
* 5.1 mergeSergei Golubchik2013-05-201-2/+2
|\
| * MDEV-4280: Assertion `empty_size == empty_size_on_page' failure in ma_blockre...Michael Widenius2013-05-111-2/+2
* | Fixes bugs found by testcase for lp:815022 and lp:726374 "ma_blockrec.c:3000:...Michael Widenius2011-08-151-1/+0
|/
* Fixes lp:805930 Sysbench breaks on multiple table test with MariaDB 5.2.7 + AriaMichael Widenius2011-07-241-1/+2
* Aria issues:Michael Widenius2011-01-241-2/+11
* Fixed recovery problem in Aria where bitmap had wrong information after recov...Michael Widenius2011-01-051-1/+1
* Fixed compiler & valgrind warnings from my previous push.Michael Widenius2010-11-031-0/+2
* Fix for: LP #634955: Assert in _ma_update_at_original_place()Michael Widenius2010-11-021-1/+2
* Fix for LP#634943 "marked as crashed", "zerofilling" and "wrong data in bitma...Michael Widenius2010-09-101-0/+1
* Fixed some bugs in the Maria storage engineMichael Widenius2010-06-141-1/+2
* Callers of translog_deassign_id_from_share() need intern_lock.Guilhem Bichot2009-02-091-0/+1
* Fix for BUG#41493 "Maria: two recovery failures (wrong logging of BLOB pages)...Guilhem Bichot2009-01-151-1/+5
* Fix for BUG#41037 "Maria: recovery failure (pushbuild2)" (checkpoint bug).Guilhem Bichot2008-12-051-0/+3
* Fix for BUG#39210 "Maria deadlock in _ma_bitmap_wait_or_flush". It was a threadGuilhem Bichot2008-10-141-1/+0
* Added versioning of row dataunknown2008-04-101-5/+9
* Injecting more "const" declarations into code which does not changeunknown2008-04-031-2/+2
* Fix for BUG#34114 "maria_chk reports false error when several tables onunknown2008-01-291-0/+3
* - fix for segfault in rpl_trigger/rpl_found_rows with default engine=mariaunknown2008-01-201-2/+1
* WL#3072 - Maria Recoveryunknown2008-01-171-2/+6
* Added --with-maria-tmp-tables (default one) to allow on to configure if Maria...unknown2008-01-101-12/+15
* Use LOGREC_REDO_NEW_ROW_HEAD and LOGREC_REDO_NEW_ROW_TAIL when writing to a n...unknown2008-01-081-0/+1
* mergeunknown2007-12-311-0/+4
|\
| * WL#3072 - Maria Recoveryunknown2007-12-301-0/+4
* | Added maria_zerofill()unknown2007-12-311-1/+2
* | UNDO of rows now puts back all part of the row on their original pages and po...unknown2007-12-301-1/+7
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-12-171-0/+4
|\
| * Fixed bug in undo_key_delete; Caused crashed key files in recoveryunknown2007-12-171-0/+4
* | WL#3072 Maria Recovery.unknown2007-12-151-1/+1
* | WL#3072 - Maria recovery.unknown2007-12-141-0/+2
|/
* WL#3072 Maria recovery:unknown2007-12-101-5/+7
* Fixed repair_by_sort to work with BLOCK_RECORDunknown2007-11-281-3/+8
* Fixes for redo/undo logging of key pagesunknown2007-11-201-3/+0
* First part of redo/undo for key pagesunknown2007-11-141-1/+0
* Merge some changes from sql directory in 5.1 treeunknown2007-10-201-2/+16
* Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-10-101-8/+18
|\
| * Moved randomize and my_rnd under mysysunknown2007-10-091-8/+18
* | WL#3072 - Maria recovery.unknown2007-10-021-0/+25
|/
* Fixed some bugs when using undo of VARCHAR fieldsunknown2007-09-111-2/+2
* Added undo of deleted rowunknown2007-09-051-0/+4