summaryrefslogtreecommitdiff
path: root/sql/threadpool_common.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-18353 - minor cleanupVladislav Vaintroub2022-09-071-8/+0
* MDEV-18353 Shutdown may miss to wait for connection threadSergei Golubchik2021-07-241-2/+10
* Merge 10.3 into 10.4Marko Mäkelä2020-12-011-2/+1
|\
| * MDEV-24084 Fix race between disconnect and KILL CONNECTIONVladislav Vaintroub2020-11-241-2/+1
* | Merge 10.3 into 10.4Marko Mäkelä2020-10-221-3/+11
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2020-10-221-3/+11
| |\
| | * MDEV-23879 server hangs with threadpool, compression, and client pipeliningVladislav Vaintroub2020-10-031-3/+11
* | | Merge 10.3 into 10.4Marko Mäkelä2020-07-311-4/+18
|\ \ \ | |/ /
| * | MDEV-21101 unexpected wait_timeout with pool-of-threadsVladislav Vaintroub2020-07-301-4/+18
* | | Merge 10.3 into 10.4Marko Mäkelä2020-04-271-8/+7
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2020-04-271-8/+7
| |\ \ | | |/
| | * cleanup THR_KEY_mysysEugene Kosov2020-04-251-6/+5
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-12-091-1/+1
|\ \ \ | |/ /
| * | Lintian complains on spelling errorFaustin Lammler2019-12-021-1/+1
* | | MDEV-19826 10.4 seems to crash with "pool-of-threads" (#1370)Teemu Ollakka2019-08-301-1/+8
* | | Merge 10.3 into 10.4Marko Mäkelä2019-07-021-1/+2
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-07-021-1/+2
| |\ \ | | |/
| | * Merge 10.1 into 10.2Eugene Kosov2019-06-231-1/+2
| | |\
| | | * MDEV-18661 loading the audit plugin causes performance regression.Alexey Botchkov2019-06-151-1/+2
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+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
* | | | | Move THD list handling to THD_listSergey Vojtovich2019-01-281-1/+1
|/ / / /
* | | | Add likely/unlikely to speed up executionMonty2018-05-071-1/+1
* | | | MDEV-15356: tp_timeout_handler needs to call set_killed_no_mutex as it has th...Daniel Black2018-02-211-1/+1
* | | | remove ifdefs around PSI_THREAD_CALLSergei Golubchik2018-01-091-12/+4
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-121-3/+3
|\ \ \ \
| * | | | Move all kill mutex protection to LOCK_thd_killMonty2017-12-081-3/+3
| |/ / /
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-011-1/+21
|\ \ \ \ | |/ / /
| * | | Fix threadpool to report connections aborted due to wait timeout.Vladislav Vaintroub2017-08-301-1/+21
* | | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
* | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-04-031-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-1/+1
| |\ \ \ | | |/ /
| | * | Correct FSF addressiangilfillan2017-03-101-1/+1
* | | | MDEV-11418 - AliSQL: [Feature] Issue#1 KILL IDLE TRANSACTIONSSergey Vojtovich2017-03-221-1/+1
|/ / /
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-39/+67
|\ \ \ | |/ /
| * | MDEV-11083 performance schema test fail with threadpoolVladislav Vaintroub2016-10-191-33/+66
* | | MDEV-10297 Add priorization to threadpoolVladislav Vaintroub2016-09-221-17/+197
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-2/+1
|\ \ \
| * | | MDEV-10314 : wsrep_client_thread was not set in threadpool.Vladislav Vaintroub2016-07-191-2/+1
| |/ /
* | | cleanup: thread_countSergei Golubchik2016-06-041-1/+0
* | | decrement thead_count *after* THD is destroyedSergei Golubchik2016-06-041-1/+1
* | | Reuse THD for new user connectionsMonty2016-06-041-1/+2
* | | Fix leak from missing my_thread_endVladislav Vaintroub2016-03-091-16/+7
* | | Fix threadpool memory leak and connect2 testVladislav Vaintroub2016-03-091-1/+7
* | | Fix threadpool after it was broken by MDEV-6150Vladislav Vaintroub2016-03-081-9/+25
* | | Fix compilation10.2-sslVladislav Vaintroub2016-02-101-0/+13
* | | MDEV-6150 Speed up connection speed by moving creation of THD to new threadMonty2016-02-071-3/+4