summaryrefslogtreecommitdiff
path: root/sql/threadpool_unix.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-13179 main.errors fails with wrong errnoMonty2017-08-071-1/+1
* Merge branch '10.0' into 10.1Sergei Golubchik2017-07-071-6/+8
|\
| * Merge branch '5.5' into 10.0Sergei Golubchik2017-07-061-6/+8
| |\
| | * thread_group_close: release mutex in all branchesDaniel Black2017-07-031-6/+8
* | | Correct FSF addressiangilfillan2017-03-101-1/+1
|/ /
* | Merge branch '5.5' into bb-10.0Sergei Golubchik2016-06-211-2/+4
|\ \ | |/
| * MDEV-10218 - rpl.rpl_binlog_errors fails in buildbot with valgrind warnings -Sergey Vojtovich2016-06-131-2/+4
* | MDEV-9156 : Fix tp_add_connection()'s error handlingVladislav Vaintroub2015-12-041-1/+1
* | MDEV-8450: PATCH] Wrong macro expansion in Query_cache::send_result_to_client()Oleksandr Byelkin2015-09-061-1/+1
* | Fixing AIX compilation failiresAlexander Barkov2014-02-271-0/+5
* | merge 10-base->10.0unknown2013-11-111-7/+18
|\ \ | |/
| * 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
* | 10.0-base mergeSergei Golubchik2013-07-181-0/+4
|\ \ | |/
| * MDEV-4685 Compile error on LFSSergei Golubchik2013-06-221-0/+4
* | 10.0-base mergeSergei Golubchik2013-06-061-4/+18
|\ \ | |/
| * MDEV-4553 - Fixes for compilation under NetBSD.Vladislav Vaintroub2013-05-271-4/+18
* | 10.0-base mergeSergei Golubchik2013-04-151-9/+8
|\ \ | |/
| * 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
* | merge with 5.5Sergei Golubchik2012-11-031-17/+1
|\ \ | |/
| * MDEV-531 : Warning: Forcing close of thread ... in rpl_binlog_indexVladislav Vaintroub2012-11-021-17/+1
* | Next part of merge. See TODO for detailsMichael Widenius2012-08-141-2/+2
|/
* 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