summaryrefslogtreecommitdiff
path: root/sql/threadpool_common.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2019-09-061-1/+10
|\
| * MDEV-19826 10.4 seems to crash with "pool-of-threads" (#1370)Teemu Ollakka2019-08-301-1/+8
* | Merge 10.4 into 10.5Marko Mäkelä2019-08-131-1/+2
|\ \ | |/
| * 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
* | | | | Add some variables to the generic threadpool, that could help to analyzeVladislav Vaintroub2019-05-261-0/+2
* | | | | MDEV-19313 Threadpool : provide information schema tables for internals of ge...Vladislav Vaintroub2019-05-261-4/+8
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-05-231-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | | Maintain connection_count atomicallySergey Vojtovich2019-05-211-1/+1
* | | | | | Simplified away scheduler_functions::end_thread()Sergey Vojtovich2019-05-211-9/+0
* | | | | | Simplified away init_new_connection_thread()Sergey Vojtovich2019-05-211-6/+0
|/ / / / /
* | | | | 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
* | | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2015-12-291-9/+15
|\ \ \ | |/ /
| * | MDEV-9156 : Fix tp_add_connection()'s error handlingVladislav Vaintroub2015-12-041-9/+15
| |/
* | MDEV-8715 - Obsolete sql_alloc() in favor of THD::alloc() and thd_alloc()Sergey Vojtovich2015-11-261-1/+0
|/
* MDEV-5205 - MariaDB does not start if more than 128 cpu's are availableSergey Vojtovich2013-11-051-0/+1
* MDEV-4685 Compile error on LFSSergei Golubchik2013-06-221-0/+8
* MDEV-3945 - do not hold LOCK_thread_count when freeing THD.Vladislav Vaintroub2012-12-211-1/+0