summaryrefslogtreecommitdiff
path: root/sql/threadpool_unix.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-5205 - MariaDB does not start if more than 128 cpu's are availableSergey Vojtovich2013-11-061-1/+4
* MDEV-5205 - MariaDB does not start if more than 128 cpu's are availableSergey Vojtovich2013-11-051-7/+15
* MDEV-4685 Compile error on LFSSergei Golubchik2013-06-221-0/+4
* MDEV-4553 - Fixes for compilation under NetBSD.Vladislav Vaintroub2013-05-271-4/+18
* MDEV-4174 - Use kqueue for threadpool implementation on more BSD variants tha...Vladislav Vaintroub2013-02-191-7/+5
* MDEV-4113: Assertion (group->connection_count > 0) fails with Percona server ...Vladislav Vaintroub2013-01-301-2/+3
* MDEV-531 : Warning: Forcing close of thread ... in rpl_binlog_indexVladislav Vaintroub2012-11-021-17/+1
* Threadpool - use EV_ONESHOT with kevent, to prevent race condition when 2Vladislav Vaintroub2012-04-121-12/+4
* Added copiright, some more commentsVladislav Vaintroub2012-02-171-6/+40
* address second round review commentsVladislav Vaintroub2012-02-161-50/+60
* some more whitespace, remove pending_thread_start_count. increment counters (...Vladislav Vaintroub2012-01-281-44/+49
* Threadpool : Rest of monty's reviewVladislav Vaintroub2012-01-271-18/+27
* Further review points and simplify Windows implementationVladislav Vaintroub2012-01-261-61/+71
* small cleanupsVladislav Vaintroub2012-01-241-2/+0
* ensure that lock is held, whenever active thread counter changes.Vladislav Vaintroub2012-01-181-2/+2
* Threadpool : address some of the monty's review pointsVladislav Vaintroub2012-01-171-33/+108
* Fix threadpool on BSD and SolarisVladislav Vaintroub2012-01-161-3/+3
* Get rid of idle thread counter atomic variable.Vladislav Vaintroub2012-01-151-19/+27
* Threadpool -address review commentsVladislav Vaintroub2012-01-151-257/+406
* Allow for faster creation of threads in corner cases where pool would be over...Vladislav Vaintroub2011-12-311-2/+2
* Make threadpool_stall_limit variable really dynamicVladislav Vaintroub2011-12-291-0/+11
* LP909537: Ensure thd_wait_begin/thd_wait_end callbacks are called.Vladislav Vaintroub2011-12-291-1/+1
* LP909512: Fix crash on tp_set_threadpool_size if threadpool is not used(threa...Vladislav Vaintroub2011-12-291-0/+3
* Fix LP#909414: Valgrind warnings in threadpool codeVladislav Vaintroub2011-12-291-0/+2
* LP9091416: destroy timer mutex when threadpool scheduler shuts down.Vladislav Vaintroub2011-12-291-0/+5
* use performance-schema friendly mysql_thread_create() instead of pthread_cre...Vladislav Vaintroub2011-12-281-1/+2
* Fix build on old 32 bit Centos (kernel 2.6.18)Vladislav Vaintroub2011-12-261-0/+4
* make sys_vars suite passVladislav Vaintroub2011-12-201-4/+1
* allow changing thread_pool_size without server restartVladislav Vaintroub2011-12-191-39/+147
* Fix pool_of_threads test caseVladislav Vaintroub2011-12-181-2/+13
* Small adjustements to threadpoolVladislav Vaintroub2011-12-181-1/+0
* Fix Unix buildVladislav Vaintroub2011-12-101-11/+10
* Initial threadpool implementation for MariaDB 5.5Vladislav Vaintroub2011-12-081-0/+1238