summaryrefslogtreecommitdiff
path: root/sql/threadpool.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-1/+1
|\ \ \ | |/ /
| * | Correct FSF addressiangilfillan2017-03-101-1/+1
* | | MDEV-10297 Add priorization to threadpoolVladislav Vaintroub2016-09-221-18/+103
* | | Fix leak from missing my_thread_endVladislav Vaintroub2016-03-091-1/+0
* | | Fix threadpool after it was broken by MDEV-6150Vladislav Vaintroub2016-03-081-1/+1
* | | Fix compilation10.2-sslVladislav Vaintroub2016-02-101-2/+0
* | | MDEV-6150 Speed up connection speed by moving creation of THD to new threadMonty2016-02-071-1/+3
|/ /
* | Merge branch '10.0' into 10.1Sergei Golubchik2015-12-211-0/+1
|\ \
| * | MDEV-9156 : Fix tp_add_connection()'s error handlingVladislav Vaintroub2015-12-041-0/+1
| |/
* | Improve performance for calculating memory allocationMonty2015-02-011-1/+2
|/
* MDEV-5205 - MariaDB does not start if more than 128 cpu's are availableSergey Vojtovich2013-11-051-1/+2
* Added copiright, some more commentsVladislav Vaintroub2012-02-171-0/+14
* address second round review commentsVladislav Vaintroub2012-02-161-2/+1
* small cleanupsVladislav Vaintroub2012-01-241-0/+6
* Get rid of idle thread counter atomic variable.Vladislav Vaintroub2012-01-151-2/+5
* Threadpool -address review commentsVladislav Vaintroub2012-01-151-17/+15
* Allow for faster creation of threads in corner cases where pool would be over...Vladislav Vaintroub2011-12-311-0/+1
* Make threadpool_stall_limit variable really dynamicVladislav Vaintroub2011-12-291-0/+1
* allow changing thread_pool_size without server restartVladislav Vaintroub2011-12-191-0/+3
* Small adjustements to threadpoolVladislav Vaintroub2011-12-181-3/+0
* Initial threadpool implementation for MariaDB 5.5Vladislav Vaintroub2011-12-081-0/+47