summaryrefslogtreecommitdiff
path: root/storage/maria/ma_bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* Fix build : declaration in the middle of statement in C file.Vladislav Vaintroub2011-02-101-4/+5
* Fixes for Aria storage engine:Michael Widenius2011-02-101-8/+51
* Aria fixes:Michael Widenius2011-01-301-8/+22
* Aria issues:Michael Widenius2011-01-241-21/+100
* Fixed recovery problem in Aria where bitmap had wrong information after recov...Michael Widenius2011-01-051-2/+4
* Fixed bug discovered by testcase for LP#618558 (original bug seams to be fixe...Michael Widenius2010-11-151-1/+1
* Fixed compiler & valgrind warnings from my previous push.Michael Widenius2010-11-031-6/+79
* Fix for: LP #634955: Assert in _ma_update_at_original_place()Michael Widenius2010-11-021-1/+5
* Fixes some bug in Aria recovery:Michael Widenius2010-10-071-2/+2
* Fixed bug LP#605798 "wrong data in bitmap" after recovery.Michael Widenius2010-09-101-1/+8
* Fixed recovery bug where bitmap pages would not be correctly updated after pr...Michael Widenius2010-09-071-3/+11
* Trivial fixes, more safe DBUG_ASSERT()'s and some more DBUG_Michael Widenius2010-08-231-0/+7
* Trivial optimizations and cleanupsMichael Widenius2010-08-121-1/+1
* Added option --start-from-checkpoint to maria_read_logMichael Widenius2010-08-121-4/+6
* Fixed LP#605798 RQG: Table corruption after Maria engine recovery - "Wrong da...Michael Widenius2010-08-111-0/+2
* Merge with base MySQL-5.1-mariaMichael Widenius2009-01-121-61/+38
|\
| * Fix for BUG#41159 "Maria: deadlock between checkpoint and maria_write() when ...Guilhem Bichot2008-12-091-0/+1
| * Fix for BUG#39363 "Concurent inserts in the same table lead to hang in maria ...Guilhem Bichot2008-10-171-14/+6
| * _ma_bitmap_unpin_all() needs to unpin not-locked pages which were pinned by o...Guilhem Bichot2008-10-141-1/+1
| * WL#4595 "Maria - no write-lock when pinning bitmap pages": turns out that pag...Guilhem Bichot2008-10-141-2/+2
| * Fix for BUG#39210 "Maria deadlock in _ma_bitmap_wait_or_flush". It was a threadGuilhem Bichot2008-10-141-45/+29
* | Code cleanup:Michael Widenius2009-01-091-5/+4
|/
* Injecting more "const" declarations into code which does not changeunknown2008-04-031-2/+2
* Mac compiler warnings fixed.unknown2008-02-071-1/+1
* - fix for segfault in rpl_trigger/rpl_found_rows with default engine=mariaunknown2008-01-201-1/+1
* - fix for bug when creating bitmapsunknown2008-01-191-8/+17
* WL#3072 - Maria Recoveryunknown2008-01-171-37/+222
* Fixed compiler warningsunknown2008-01-131-4/+4
* Added --loose-skip-maria to MYSQLD_BOOTSTRAP_CMD to get bootstrap.test to workunknown2008-01-111-1/+1
* Added --with-maria-tmp-tables (default one) to allow on to configure if Maria...unknown2008-01-101-32/+35
* Bugs fixed:unknown2008-01-071-40/+45
* Disable logging of index pages during repairunknown2008-01-021-18/+31
* after-merge fixes and commentsunknown2008-01-011-14/+9
* mergeunknown2007-12-311-16/+49
|\
| * WL#3072 - Maria Recoveryunknown2007-12-301-15/+48
* | Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-12-301-46/+124
|\ \
| * | UNDO of rows now puts back all part of the row on their original pages and po...unknown2007-12-301-46/+124
| |/
* | Write failure callback added.unknown2007-12-201-0/+1
|/
* Fixed several bugs in page CRC handlingunknown2007-12-181-7/+31
* Merge desktop.sanja.is.com.ua:/home/bell/mysql/bk/mysql-mariaunknown2007-12-161-30/+18
|\
| * Pagecache callbacks support added.unknown2007-12-151-31/+18
* | WL#3072 Maria Recovery.unknown2007-12-151-30/+69
* | WL#3072 - Maria recovery.unknown2007-12-141-17/+199
|/
* WL#3072 Maria recovery:unknown2007-12-101-18/+22
* Fixed repair_by_sort to work with BLOCK_RECORDunknown2007-11-281-18/+38
* Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-11-141-1/+28
|\
| * WL#3071 Maria checkpointunknown2007-11-111-10/+25
| * WL#3071 - Maria checkpointunknown2007-11-091-0/+11
| * Support of rec_lsn added to pagecache_write call.unknown2007-11-051-1/+2
* | Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-10-201-0/+4
|\ \ | |/