summaryrefslogtreecommitdiff
path: root/storage/maria/ma_recovery.c
Commit message (Expand)AuthorAgeFilesLines
* MySQL-5.5.35 mergeSergei Golubchik2014-01-221-0/+1
* strmake_buf(X,Y) helper, equivalent to strmake(X,Y,sizeof(X)-1)Sergei Golubchik2013-04-171-1/+1
* 5.3 mergeSergei Golubchik2012-03-061-0/+8
|\
| * Ensure that we mark all processed tables as 'properly closed'.Michael Widenius2012-03-051-0/+8
* | 5.3 mergeSergei Golubchik2012-01-131-1/+5
|\ \ | |/
| * Merge with 5.2Michael Widenius2011-12-141-0/+4
| |\
| | * Fixed bug: lp:887051 ; Error in recovery with LOAD DATA + DELETEMichael Widenius2011-12-131-0/+4
| * | Merge with 5.2.Michael Widenius2011-12-111-1/+1
| |\ \ | | |/
| | * Merge with 5.1Michael Widenius2011-11-301-1/+1
| | |\
| | | * Fixed compiler warningsMichael Widenius2011-11-301-1/+1
* | | | 5.3->5.5 mergeSergei Golubchik2011-11-221-2/+4
|\ \ \ \ | |/ / /
| * | | Merge 5.2->5.3unknown2011-09-021-2/+4
| |\ \ \ | | |/ /
| | * | Added variable ARIA_CHECKPOINT_LOG_ACTIVITY to allow one to specify how often...Michael Widenius2011-09-011-2/+4
* | | | 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-16/+84
|\ \ \ \ | |/ / /
| * | | Automatic merge with 5.2Michael Widenius2011-08-161-1/+8
| |\ \ \ | | |/ /
| | * | Fixed recovery crash lp:814806 "Unclean shutdown corrupted Aria table blockin...Michael Widenius2011-08-151-1/+8
| * | | Merge 5.2 -> 5.3 Sergey Petrunya2011-06-241-1/+14
| |\ \ \ | | |/ /
| | * | Fixed portability problem with partiton_error.testMichael Widenius2011-06-131-1/+14
| * | | Merge with 5.1-microsecondsMichael Widenius2011-05-281-7/+7
| |/ /
| * | Merge with 5.1 to get in changes from MySQL 5.1.55Michael Widenius2011-02-281-2/+20
| |\ \ | | |/
| | * Fixes for Aria storage engine:Michael Widenius2011-02-101-0/+2
| | * Aria fixes:Michael Widenius2011-01-301-2/+17
| | * Fixed bug that another thread used handler->s->id before it was recorded in t...Michael Widenius2011-01-201-0/+1
| * | Merge with 5.1Michael Widenius2011-01-071-1/+30
| |\ \ | | |/
| | * Bug fixing in Aria:Michael Widenius2011-01-061-1/+30
| * | Merge with 5.1Michael Widenius2011-01-051-4/+5
| |\ \ | | |/
| | * Fixed recovery problem in Aria where bitmap had wrong information after recov...Michael Widenius2011-01-051-4/+5
* | | use PSI wrappers in aria and other non-MySQL codeSergei Golubchik2011-07-131-13/+15
* | | lots of post-merge changesSergei Golubchik2011-04-251-15/+15
|/ /
* | merge with 5.1Sergei Golubchik2010-09-161-6/+69
|\ \ | |/
| * Fixed Aria recovery bug:Michael Widenius2010-09-131-5/+63
| * Fix for LP#634943 "marked as crashed", "zerofilling" and "wrong data in bitma...Michael Widenius2010-09-101-1/+6
* | rename maria to ariaSergei Golubchik2010-09-121-11/+11
|/
* Fixed bug LP#605798 "wrong data in bitmap" after recovery.Michael Widenius2010-09-101-0/+6
* Updated failure text for maria_install_dbMichael Widenius2010-09-091-1/+5
* Write message to stderr if recovery is not likely to succeed because we don't...Michael Widenius2010-09-091-22/+43
* Fixed bug that 'maria_read_log -a' didn't set max_trid when reparing tables.Michael Widenius2010-09-061-1/+2
* Trivial fixes, more safe DBUG_ASSERT()'s and some more DBUG_Michael Widenius2010-08-231-6/+7
* Fixed valgrind errors and compiler warnings discovered by buildbotMichael Widenius2010-08-201-3/+5
* Added verbose mode to recoveryMichael Widenius2010-08-181-0/+5
* Remove not used filesMichael Widenius2010-08-051-8/+38
* Fix for LP#602604: RQG: ma_blockrec.c:6187: _ma_apply_redo_insert_row_head_or...Michael Widenius2010-07-301-6/+18
* Fixed some bugs in the Maria storage engineMichael Widenius2010-06-141-0/+11
* When one does a drop table, the indexes are not flushed to disk before drop a...Michael Widenius2010-02-101-0/+3
* Fixed compiler warning messageMichael Widenius2009-10-261-2/+6
* In maria_recovery.trace we can see the Query which generated this record, but...Guilhem Bichot2009-03-051-1/+2
* Comments. Take bitmap mutex lock when changing bitmap.changed.Guilhem Bichot2009-02-091-1/+4
* mergeunknown2009-02-061-2/+5
|\
| * _ma_state_info_write numeric flags changed with constants.unknown2009-01-081-2/+5