summaryrefslogtreecommitdiff
path: root/storage/maria/ma_bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* Temporary commit of 10.0-mergeMichael Widenius2013-03-261-3/+7
* cleanup: use MYF() for mysys flagsSergei Golubchik2013-01-231-1/+1
* MDEV-4011 Added per thread memory counting and usageMichael Widenius2013-01-231-1/+1
* 5.3 mergeSergei Golubchik2012-03-061-1/+1
|\
| * Fixed lp:925377 "Querying myisam table metadata while 'alter table..enable ke...Michael Widenius2012-02-281-1/+1
* | 5.3 mergeSergei Golubchik2012-01-131-3/+3
|\ \ | |/
| * Merge with 5.1 + fixes for build failures in 5.2Michael Widenius2011-11-291-2/+2
| |\
| | * Fix Windows build, and a conversion truncation warning.Vladislav Vaintroub2011-11-291-2/+2
| * | merge, fix Windows warningsVladislav Vaintroub2011-11-291-1/+1
| * | 5.1->5.2 merge (gcc 4.6 warnings and apple hwaddress fixes).unknown2011-10-271-3/+1
| |\ \ | | |/
| | * Fix gcc 4.6 warnings about assigned but not used variables.unknown2011-10-271-3/+1
* | | compiler warnings/errorsSergei Golubchik2011-11-231-4/+2
* | | 5.3->5.5 mergeSergei Golubchik2011-11-221-3/+2
|\ \ \
| * | | Compiler warning about assigned but not used variables fixed.unknown2011-10-181-3/+1
| |/ /
| * | Fix compile warningVladislav Vaintroub2011-09-161-1/+1
* | | fix the build and compiler warnings (few of which were real bugs)Sergei Golubchik2011-10-291-7/+2
* | | merge with 5.3Sergei Golubchik2011-10-191-77/+335
|\ \ \ | |/ /
| * | Fixes bugs found by testcase for lp:815022 and lp:726374 "ma_blockrec.c:3000:...Michael Widenius2011-08-151-13/+21
| * | Autmatic merge with 5.1Michael Widenius2011-08-121-1/+1
| |\ \ | | |/
| | * Fixed lp:814231 Aria post-recovery error "Bitmap at page 0 has pages reserved...Michael Widenius2011-08-121-1/+1
| * | Merge with 5.1Michael Widenius2011-07-251-12/+80
| |\ \ | | |/
| | * Fixes lp:805930 Sysbench breaks on multiple table test with MariaDB 5.2.7 + AriaMichael Widenius2011-07-241-14/+74
| | * Fixes to ariaMichael Widenius2011-06-241-5/+3
| * | Aria fixes:Michael Widenius2011-07-041-7/+19
| * | Aria bug fixes and improvements:Michael Widenius2011-06-301-4/+7
| * | Fixed several errors in Aria discovered by test case for lp:727869 ma_pagecac...Michael Widenius2011-06-241-26/+54
| |/
| * 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
* | use PSI wrappers in aria and other non-MySQL codeSergei Golubchik2011-07-131-39/+41
* | lots of post-merge changesSergei Golubchik2011-04-251-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
|/