summaryrefslogtreecommitdiff
path: root/storage/maria/ma_pagecache.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug lp:814054 'Assertion `block->hash_link == hash_link && hash_link->b...Michael Widenius2011-08-101-2/+8
* Aria fixes:Michael Widenius2011-07-041-0/+1
* Aria bug fixes and improvements:Michael Widenius2011-06-301-2/+2
* Fix compile failureSergey Petrunya2011-06-241-1/+1
* Fixed several errors in Aria discovered by test case for lp:727869 ma_pagecac...Michael Widenius2011-06-241-96/+183
* Fixed portability problem with partiton_error.testMichael Widenius2011-06-131-1/+8
* Merge with 5.1 to get in changes from MySQL 5.1.55Michael Widenius2011-02-281-76/+114
|\
| * Fixes for Aria storage engine:Michael Widenius2011-02-101-4/+25
| * Fixed typo for non-debug buildMichael Widenius2011-02-031-1/+1
| * Don't delete directory mysql-test/var if we use mysql-test-run --vardir=Michael Widenius2011-02-031-44/+42
| * Aria fixes:Michael Widenius2011-01-301-34/+33
| * Aria issues:Michael Widenius2011-01-241-0/+20
* | Fixed assert as Aria in 5.2 has more flags than 5.1Michael Widenius2011-01-121-1/+1
* | Merge with 5.1Michael Widenius2011-01-121-10/+15
|\ \ | |/
| * Fix for LP#697610 ha_index_prev(uchar*): Assertion `inited==INDEX' failed wit...Michael Widenius2011-01-121-0/+2
| * Fixed bug in Maria page cache that caused assert if block->request != 0 in fr...Michael Widenius2011-01-121-10/+13
* | Aria fixes:Michael Widenius2011-01-071-1/+28
|/
* Removed assert as gcc on gentoo couldn't compile it without a warning :(Michael Widenius2010-12-041-1/+0
* Fixed (wrong) compiler warningMichael Widenius2010-12-041-1/+1
* Fixed compiler warningMichael Widenius2010-12-041-0/+3
* Fixed compiler warnings.Michael Widenius2010-12-031-1/+50
* Fix of the debugging print.unknown2010-11-181-1/+2
* Fixed bug discovered by testcase for LP#618558 (original bug seams to be fixe...Michael Widenius2010-11-151-9/+41
* Don't flush pinned pages in checkpoint (fix for my last push)Michael Widenius2010-06-161-5/+8
* Fixed some bugs in the Maria storage engineMichael Widenius2010-06-141-8/+9
* Merge with mysql-maria treeMichael Widenius2009-02-191-4/+4
|\
| * Comments. Take bitmap mutex lock when changing bitmap.changed.Guilhem Bichot2009-02-091-4/+4
* | Merge with base MySQL-5.1-mariaMichael Widenius2009-01-121-106/+280
|\ \ | |/
| * Fixed bugs found by pushbuildMichael Widenius2008-12-271-1/+5
| * Prevent reenabling logging by thread which tries to lock table used by bulk i...unknown2008-11-241-2/+3
| * Added correct reaction on find operation status during writing the page. (BUG...unknown2008-11-121-15/+30
| * calling make_lock_and_pin() without cache's mutex is wrong (patch from Sanja).Guilhem Bichot2008-10-171-1/+2
| * Fixed ability to read without read lock acquiring. (BUG#39665 related)unknown2008-10-161-59/+188
| * _ma_bitmap_unpin_all() needs to unpin not-locked pages which were pinned by o...Guilhem Bichot2008-10-141-35/+59
* | Code cleanup:Michael Widenius2009-01-091-9/+9
|/
* Fixed some wrong usage of my_boolMichael Widenius2008-08-251-24/+24
* Changed all file names in maria to LEX_STRING and removed some calls to strlen()Michael Widenius2008-08-251-6/+15
* WL#3072 - Maria Recoveryunknown2008-04-241-1/+1
* Fixed statistic calculation.unknown2008-03-111-1/+4
* Merge desktop.sanja.is.com.ua:/home/bell/mysql/bk/mysql-mariaunknown2008-03-051-43/+58
|\
| * Misplaced variable declaration fixed.unknown2008-03-051-2/+2
| * Merge desktop.sanja.is.com.ua:/home/bell/mysql/bk/mysql-mariaunknown2008-03-041-37/+53
| |\
| | * Fixed problem of deleting blocks which are being evicted atunknown2008-03-041-37/+53
| * | Merge gbichot4.local:/home/mysql_src/mysql-maria-montyunknown2008-03-041-2/+1
| |\ \
| | * | copyright and license infounknown2008-03-041-2/+1
| * | | Incorrect function prefix fixed. (thanks Guilhem for spotting it)unknown2008-03-031-4/+4
| |/ /
* | | Removed incorrect clearing IN_SWITCH status. (BUG#34161)unknown2008-03-031-1/+0
|/ /
* | WL#3072 Maria Recoveryunknown2008-02-261-1/+1
|/
* Merge 88-214-96-46.dialup.umc.net.ua:/Users/bell/mysql/bk/mysql-mariaunknown2008-02-221-66/+222
|\
| * Locking for read and write made waiting for each other (with looseunknown2008-02-221-66/+222