summaryrefslogtreecommitdiff
path: root/storage/maria/ma_recovery.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Log queries to maria_log if compiled with EXTRA_DEBUGMichael Widenius2009-01-161-0/+39
* | Fix for BUG#41493 "Maria: two recovery failures (wrong logging of BLOB pages)...Guilhem Bichot2009-01-151-1/+12
|/
* Fix for BUG#41159 "Maria: deadlock between checkpoint and maria_write() when ...Guilhem Bichot2008-12-091-0/+2
* Fix for BUG#41037 "Maria: recovery failure (pushbuild2)" (checkpoint bug).Guilhem Bichot2008-12-051-2/+12
* In pushbuild2 when testing Maria's recovery, it can happen that a page was no...Guilhem Bichot2008-11-241-1/+2
* Prevent reenabling logging by thread which tries to lock table used by bulk i...unknown2008-11-241-1/+4
* Fix for BUG#39363 "Concurent inserts in the same table lead to hang in maria ...Guilhem Bichot2008-10-171-4/+4
* Changed all file names in maria to LEX_STRING and removed some calls to strlen()Michael Widenius2008-08-251-9/+9
* Auto mergeMichael Widenius2008-07-121-0/+20
|\
| * Fix for BUG#37876 "Importing Maria table from other server via binary copy do...Guilhem Bichot2008-07-091-0/+20
* | Fixing bug when using alter table on locked maria tableMichael Widenius2008-07-121-0/+11
|/
* Merge; No notable changesMichael Widenius2008-06-261-1/+2
|\
| * Fix for BUG#35801 "Maria: unreadable log during tests" andGuilhem Bichot2008-06-121-1/+2
* | Added versioning of Maria indexMichael Widenius2008-06-261-7/+10
|/
* WL#4374 "Maria - force start if Recovery fails multiple times"Guilhem Bichot2008-06-021-3/+14
* Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2008-05-291-0/+14
|\
| * WL#3138: Maria - fast "SELECT COUNT(*) FROM t;" and "CHECKSUM TABLE t"unknown2008-05-291-0/+14
* | Fixing the little bug that if a new version reads an old control file,unknown2008-04-071-1/+2
|/
* Store maximum transaction id into control file at clean shutdown.unknown2008-04-041-0/+8
* Injecting more "const" declarations into code which does not changeunknown2008-04-031-3/+3
* Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2008-02-211-1/+1
|\
| * Fixed problems with ma_test2 and mi_test2 on high-byte-first systemunknown2008-02-211-1/+1
* | Merge oleksandr-byelkins-powerbook-g4-15.local:/Users/bell/mysql/bk/mysql-mariaunknown2008-02-081-1/+1
|\ \ | |/ |/|
| * Mac compiler warnings fixed.unknown2008-02-071-1/+1
* | Minor changes. New description in SHOW ENGINES for Maria.unknown2008-01-311-2/+2
|/
* Fix for BUG#34114 "maria_chk reports false error when several tables onunknown2008-01-291-3/+3
* - fix for segfault in rpl_trigger/rpl_found_rows with default engine=mariaunknown2008-01-201-27/+67
* compiler warningsunknown2008-01-181-0/+1
* WL#3072 - Maria Recoveryunknown2008-01-171-160/+285
* ma_checkpoint.c, ma_recovery.c:unknown2008-01-171-1/+5
|\