summaryrefslogtreecommitdiff
path: root/sql/threadpool_common.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
|\
| * Update FSF addressMichal Schorm2019-05-101-1/+1
* | Correct FSF addressiangilfillan2017-03-101-1/+1
* | MDEV-11083 performance schema test fail with threadpoolVladislav Vaintroub2016-10-191-33/+66
* | MDEV-9156 : Fix tp_add_connection()'s error handlingVladislav Vaintroub2015-12-041-9/+15
|/
* 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