summaryrefslogtreecommitdiff
path: root/storage/maria/ma_pagecache.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed shutdown crash in Aria that affects debug binariesMonty2020-04-261-1/+4
* Merge 10.2 into 10.3Marko Mäkelä2019-06-191-2/+1
|\
| * MDEV-19055 Failures with temporary tables and AriaMichael Widenius2019-06-171-2/+1
* | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\ \ | |/
| * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| |\
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | |\
| | | * Update FSF addressMichal Schorm2019-05-101-1/+1
* | | | Removed even more warning that was found with -WunusedMonty2018-04-301-1/+1
* | | | Make possible to use clang on Windows (clang-cl)Vladislav Vaintroub2018-02-201-2/+2
* | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-2/+2
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-041-10/+10
|\ \ \ \ | |/ / /
| * | | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-281-10/+10
* | | | Added DBUG_ASSERT_AS_PRINTF compile flagMonty2017-08-241-5/+3
|/ / /
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-07-081-0/+1
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Sergei Golubchik2017-07-071-0/+1
| |\ \
| | * \ Merge branch '5.5' into 10.0Sergei Golubchik2017-07-061-0/+1
| | |\ \ | | | |/
| | | * ma_pagecache: release lock in pagecache_readDaniel Black2017-07-031-0/+1
* | | | Fix some printf format type mismatchMarko Mäkelä2017-06-061-8/+8
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-05-091-13/+46
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2017-05-081-13/+46
| |\ \ \ | | |/ /
| | * | MDEV-10104 Table lock race condition with replicationMonty2017-05-051-13/+46
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-15/+15
|\ \ \ \ | |/ / /
| * | | Correct FSF addressiangilfillan2017-03-101-1/+1
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-03-101-7/+7
| |\ \ \ | | |/ /
| | * | Use correct integer format with printf-like functions.Marko Mäkelä2017-03-091-7/+7
* | | | Fixed compiler warnings and failing testsMonty2016-10-051-90/+74
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-16/+16
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-16/+16
| |\ \ \ | | |/ /
| | * | 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
* | | | MDEV-6150 Speed up connection speed by moving creation of THD to new threadMonty2016-02-071-17/+24
|/ / /
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-09-031-11/+17
|\ \ \ | |/ /
| * | Fixed overrun in key cache if one tried to allocate a key cacheMonty2015-08-131-11/+17
* | | MDEV-6650 - LINT_INIT emits code in non-debug buildsSergey Vojtovich2015-03-161-2/+1
* | | Push for testing of encryptionMonty2015-02-101-58/+96
|/ /
* | 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