summaryrefslogtreecommitdiff
path: root/sql/threadpool_common.cc
Commit message (Expand)AuthorAgeFilesLines
* Move all kill mutex protection to LOCK_thd_killMonty2017-12-081-3/+3
* Fix threadpool to report connections aborted due to wait timeout.Vladislav Vaintroub2017-08-301-1/+21
* Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-1/+1
|\
| * Correct FSF addressiangilfillan2017-03-101-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
* MDEV-531 : Warning: Forcing close of thread ... in rpl_binlog_indexVladislav Vaintroub2012-11-021-1/+1
* MDEV-246 - Aborted_clients incremented during ordinary connection closeVladislav Vaintroub2012-05-031-1/+0
* Added copiright, some more commentsVladislav Vaintroub2012-02-171-0/+27
* address second round review commentsVladislav Vaintroub2012-02-161-9/+9
* Threadpool : Rest of monty's reviewVladislav Vaintroub2012-01-271-4/+0
* small cleanupsVladislav Vaintroub2012-01-241-0/+3
* Threadpool -address review commentsVladislav Vaintroub2012-01-151-46/+33
* Simplify thread attach/detach. Use connection specific mysys_var, rather than...Vladislav Vaintroub2012-01-131-77/+92
* Allow for faster creation of threads in corner cases where pool would be over...Vladislav Vaintroub2011-12-311-0/+1
* fix test suiteVladislav Vaintroub2011-12-271-1/+3
* Small adjustements to threadpoolVladislav Vaintroub2011-12-181-4/+2
* Initial threadpool implementation for MariaDB 5.5Vladislav Vaintroub2011-12-081-0/+246