summaryrefslogtreecommitdiff
path: root/storage/maria/ma_blockrec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge with 5.1Michael Widenius2011-11-301-1/+1
|\
| * Fixed compiler warningsMichael Widenius2011-11-301-1/+1
* | Fix gcc 4.6 warning after merge with 5.1unknown2011-10-271-2/+0
* | 5.1->5.2 merge (gcc 4.6 warnings and apple hwaddress fixes).unknown2011-10-271-3/+8
|\ \ | |/
| * Fix gcc 4.6 warnings about assigned but not used variables.unknown2011-10-271-3/+8
* | Fixes bugs found by testcase for lp:815022 and lp:726374 "ma_blockrec.c:3000:...Michael Widenius2011-08-151-5/+6
* | Optimize mutex usage.Michael Widenius2011-08-081-1/+1
* | Merge with 5.1Michael Widenius2011-07-251-6/+21
|\ \ | |/
| * Fixes lp:805930 Sysbench breaks on multiple table test with MariaDB 5.2.7 + AriaMichael Widenius2011-07-241-6/+21
* | Aria fixes:Michael Widenius2011-07-041-9/+23
* | Merge with 5.1 to get in changes from MySQL 5.1.55Michael Widenius2011-02-281-28/+40
|\ \ | |/
| * Fixes for Aria storage engine:Michael Widenius2011-02-101-6/+8
| * Aria fixes:Michael Widenius2011-01-301-2/+5
| * Use _ma_set_fatal_error() in Aria also for HA_ERR_WRONG_IN_RECORD, to be able...Michael Widenius2011-01-261-15/+20
| * Aria issues:Michael Widenius2011-01-241-5/+7
* | Aria fixes:Michael Widenius2011-01-071-0/+7
|/
* Bug fixing in Aria:Michael Widenius2011-01-061-8/+7
* Fixed overwrite of directory information on the row page.Michael Widenius2011-01-051-2/+4
* Fixed recovery problem in Aria where bitmap had wrong information after recov...Michael Widenius2011-01-051-18/+36
* Fixed bug in Aria that caused REPAIR to find old deleted rows.Michael Widenius2010-12-211-1/+1
* When scanning pages, stop when you are at 'data_file_length'.Michael Widenius2010-11-041-34/+42
* Fixed compiler & valgrind warnings from my previous push.Michael Widenius2010-11-031-2/+2
* Fix for: LP #634955: Assert in _ma_update_at_original_place()Michael Widenius2010-11-021-0/+5
* Fix for LP#634943 "marked as crashed", "zerofilling" and "wrong data in bitma...Michael Widenius2010-09-101-2/+2
* Write message to stderr if recovery is not likely to succeed because we don't...Michael Widenius2010-09-091-1/+10
* Fixed recovery bug where bitmap pages would not be correctly updated after pr...Michael Widenius2010-09-071-1/+2
* Fix of LP#616253 Crash in _ma_bitmap_set_full_page_bits on Aria recoveryMichael Widenius2010-08-241-41/+111
* Fixed compilation failure and added some new suppressionsMichael Widenius2010-08-201-2/+2
* Fixed wrong macro that caused compile failures when compiling without DBUGMichael Widenius2010-08-201-1/+1
* Fixed valgrind errors and compiler warnings discovered by buildbotMichael Widenius2010-08-201-26/+106
* Fixed LP#605798 RQG: Table corruption after Maria engine recovery - "Wrong da...Michael Widenius2010-08-111-1/+38
* Fix build failure on windowsMichael Widenius2010-08-061-2/+1
* Fix for LP#602604: RQG: ma_blockrec.c:6187: _ma_apply_redo_insert_row_head_or...Michael Widenius2010-07-301-12/+32
* When one does a drop table, the indexes are not flushed to disk before drop a...Michael Widenius2010-02-101-2/+3
* Merge with fixes for compiler warnings and 2 fixed test casesMichael Widenius2010-01-281-1/+2
* Removed compiler warningsMichael Widenius2010-01-061-2/+2
* Fix some compiler warnings cause by GCC bug: http://gcc.gnu.org/bugzilla/show...unknown2009-10-031-5/+5
* We are now using Valgrind rather than purify, and have for quite some time.unknown2009-05-061-1/+1
* Updated commentMichael Widenius2009-04-081-1/+1
* Merge with mysql-maria treeMichael Widenius2009-02-191-1/+4
|\
| * mergeunknown2009-02-061-1/+4
| |\
| | * _ma_state_info_write numeric flags changed with constants.unknown2009-01-081-1/+4
* | | Merge with mysql-mariaMichael Widenius2009-01-301-4/+29
|\ \ \ | |/ /
| * | Fix for BUG#41493 "Maria: two recovery failures (wrong logging of BLOB pages)...Guilhem Bichot2009-01-151-4/+29
* | | Merge with base MySQL-5.1-mariaMichael Widenius2009-01-121-48/+104
|\ \ \ | |/ /
| * | Fixed bugs from my latest patch found by pushbuild:Michael Widenius2009-01-091-1/+2
| |/
| * Fixed bugs found by pushbuildMichael Widenius2008-12-271-1/+12
| * Fix for Bug#40311 Assert in MARIA_RECORD_POS during pushbuild 2 test:Michael Widenius2008-12-221-14/+17
| * Fix for BUG#41159 "Maria: deadlock between checkpoint and maria_write() when ...Guilhem Bichot2008-12-091-1/+1
| * Fix for BUG#41037 "Maria: recovery failure (pushbuild2)" (checkpoint bug).Guilhem Bichot2008-12-051-1/+39