summaryrefslogtreecommitdiff
path: root/storage/maria/ma_pagecache.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '5.5' into 10.0Sergei Golubchik2017-07-061-0/+1
|\
| * ma_pagecache: release lock in pagecache_readDaniel Black2017-07-031-0/+1
* | MDEV-10104 Table lock race condition with replicationMonty2017-05-051-13/+46
* | Use correct integer format with printf-like functions.Marko Mäkelä2017-03-091-7/+7
* | Merge branch '5.5' into bb-10.0Sergei Golubchik2016-06-211-16/+16
|\ \ | |/
| * MDEV-9256 : Crashes on Windows x64 with aria_pagecache_buffer_size > 4GBVladislav Vaintroub2016-06-141-17/+17
* | Fixed overrun in key cache if one tried to allocate a key cacheMonty2015-08-131-11/+17
* | rename st_my_thread_var::opt_info -> st_my_thread_var::keycache_linkSergei Golubchik2015-01-191-10/+10
* | Fixed problem with very slow shutdown when using 100,000 MyISAM tables with d...Michael Widenius2014-07-191-37/+33
* | MDEV-5314 - Compiling fails on OSX using clangSergey Vojtovich2014-02-191-1/+1
* | remove ULL() and LL(), because they're totally unnecessarySergei Golubchik2013-04-071-6/+6
|/
* Fixed compiler errorsMichael Widenius2012-08-141-0/+1
* merge with 5.3Sergei Golubchik2011-10-191-267/+529
|\
| * 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
* | use PSI wrappers in aria and other non-MySQL codeSergei Golubchik2011-07-131-2/+2
* | post-merge fixes.Sergei Golubchik2011-07-021-97/+0
* | lots of post-merge changesSergei Golubchik2011-04-251-99/+86
|/
* 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