summaryrefslogtreecommitdiff
path: root/sql/threadpool_generic.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4, except MDEV-22543Marko Mäkelä2020-08-131-0/+11
|\
| * Merge 10.2 into 10.3Marko Mäkelä2020-08-131-0/+11
| |\
| | * MDEV-23378 - fix an alleged memory "leak" in threadpool.Vladislav Vaintroub2020-08-101-0/+11
* | | Merge 10.3 into 10.4Marko Mäkelä2020-07-311-6/+16
|\ \ \ | |/ /
| * | MDEV-21101 unexpected wait_timeout with pool-of-threadsVladislav Vaintroub2020-07-301-4/+1
* | | num_worker_threads my_atomic to Atomic_counterSergey Vojtovich2020-03-271-2/+2
* | | shutdown_group_count my_atomic to Atomic_counterSergey Vojtovich2020-03-271-2/+2
* | | next_timeout_check my_atomic to std::atomicSergey Vojtovich2020-03-271-9/+14
* | | Merge 10.3 into 10.4Marko Mäkelä2019-12-271-1/+1
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-12-271-1/+1
| |\ \ | | |/
| | * MDEV-21343 Threadpool/Unix- wait_begin() function does not wake/create thread...Vladislav Vaintroub2019-12-171-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
* | | Move THD list handling to THD_listSergey Vojtovich2019-01-281-32/+18
* | | Removed \n from sql_print_error()Monty2019-01-261-1/+1
|/ /
* | Make possible to use clang on Windows (clang-cl)Vladislav Vaintroub2018-02-201-4/+4
* | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-2/+1
|\ \ | |/
| * threadpool: release mutex on io_poll_create failureDaniel Black2018-01-311-2/+1
* | Cleanup - removed warning suppression - no longer needed.Vladislav Vaintroub2018-02-071-3/+0
* | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-301-52/+77
|\ \ | |/
| * Windows, generic threadpool cleanupsVladislav Vaintroub2017-11-281-52/+77
* | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-041-5/+8
|\ \ | |/
| * MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-3/+6
| * MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-281-2/+2
* | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
|/
* Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-1/+1
* MDEV-10297 Add priorization to threadpoolVladislav Vaintroub2016-09-221-0/+1769