summaryrefslogtreecommitdiff
path: root/mysys/lf_hash.c
Commit message (Expand)AuthorAgeFilesLines
* 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 AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-04-241-4/+4
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2018-04-241-4/+4
| |\ \ \ | | |/ /
| | * | Merge 10.0 into 10.1Marko Mäkelä2018-04-241-4/+4
| | |\ \
| | | * \ Merge branch '5.5' into 10.0Sergei Golubchik2018-04-201-4/+5
| | | |\ \ | | | | |/
| | | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-04-191-4/+5
| | | | |\
| | | | | * BUG#26502135: MYSQLD SEGFAULTS INKarthik Kamath2017-11-271-3/+4
* | | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-2/+2
* | | | | | Restore LF_BACKOFFSergey Vojtovich2017-12-081-3/+3
|/ / / / /
* | | | | Merge 10.1 into 10.2Marko Mäkelä2017-05-231-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.0 into 10.1Marko Mäkelä2017-05-231-0/+3
| |\ \ \ \ | | |/ / /
| | * | | MDEV-6262 analyze the coverity report on mariadbSergei Golubchik2017-05-191-0/+3
* | | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | spelling fixesklemens2017-03-071-4/+4
* | | | | Fixed compiler warnings and test failures found by buildbotMonty2016-06-241-1/+1
|/ / / /
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-02-231-1/+2
|\ \ \ \ | |/ / /
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2016-02-151-1/+2
| |\ \ \ | | |/ /
| | * | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-02-091-1/+2
| | |\ \ | | | |/
| | | * Bug#21770366 backport bug#21657078 to 5.5 and 5.6Ajo Robert2016-01-071-11/+11
| | | * Updated/added copyright headersKent Boortz2011-06-301-2/+2
| | | * WL#5498: Remove dead and unused source codeDavi Arnaut2010-07-231-2/+0
| | | * Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-2/+2
| | | * WL#3230 concurrent hashMarc Alff2009-11-171-0/+505
| | * MDEV-9024 Build fails with VS2015Sergei Golubchik2016-02-061-20/+20
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-11-191-21/+21
|\ \ \ | |/ /
| * | MDEV-9024 Build fails with VS2015Vladislav Vaintroub2015-11-061-20/+20
* | | Replaced lf-hash element_size hack with initializer function.Sergey Vojtovich2015-03-041-1/+0
* | | MDEV-6089 - MySQL WL#7305 "Improve MDL scalability by using lock-free hash"Sergey Vojtovich2015-03-041-7/+13
* | | MDEV-6089 - MySQL WL#7305 "Improve MDL scalability by using lock-free hash"Sergey Vojtovich2015-03-041-1/+10
* | | MDEV-7437 remove suport for "atomics" with rwlocksSergei Golubchik2015-01-131-37/+27
* | | MDEV-7325 make lf_hash_delete(), lf_hash_search(), and lf_hash_iterator() nev...Sergei Golubchik2015-01-121-23/+21
* | | MDEV-7324 - Lock-free hash for table definition cacheSergey Vojtovich2014-12-281-4/+12
* | | lf_hash_iterate() functionSergei Golubchik2014-12-281-12/+71
* | | lf_hash changes, in lfind()Sergei Golubchik2014-12-281-16/+12
|/ /
* | cleanup: remove LF_REQUIRE_PINS, use compile_time_assert() instead of reimple...Sergei Golubchik2013-06-241-2/+0
|/
* MDEV-481 Assertion `pins->pin[i] == 0' failed in _lf_pinbox_put_pins on concu...Sergei Golubchik2012-09-041-1/+3
* Fixed crashes found by application verifier:Vladislav Vaintroub2011-12-021-11/+11
* mysql-5.5.18 mergeSergei Golubchik2011-11-031-2/+2
|\
| * Updated/added copyright headersKent Boortz2011-06-301-2/+2
* | merge.Sergei Golubchik2010-11-251-7/+10
|\ \ | |/ |/|
| * Remove compiler warnings (Including some warnings from -Wstrict-aliasing)Michael Widenius2009-11-301-7/+8
| * post-review fixesSergei Golubchik2009-01-151-2/+3
| * don't use #pragma packSergei Golubchik2008-11-031-3/+4
| * WL#3064 - waiting threads - wait-for graph and deadlock detectionSergei Golubchik2008-07-291-2/+13
| * build/test failures on different platformsunknown2008-02-131-1/+1
| * Fixed compiler warningsunknown2007-08-221-4/+4
| * Merged with mysql-5.1 main tree.unknown2007-07-021-14/+14