summaryrefslogtreecommitdiff
path: root/sql/threadpool_generic.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.5 into 10.6Marko Mäkelä2023-02-101-2/+1
|\
| * Merge 10.4 into 10.5Marko Mäkelä2023-02-101-2/+1
| |\
| | * Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-091-2/+1
* | | Merge branch '10.5' into 10.6Oleksandr Byelkin2021-10-291-2/+2
|\ \ \ | |/ /
| * | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-10-291-2/+2
| |\ \ | | |/
| | * Merge branch '10.3' into 10.4Oleksandr Byelkin2021-10-281-2/+2
| | |\
| | | * Merge branch '10.2' into 10.3Oleksandr Byelkin2021-10-281-2/+2
| | | |\
| | | | * Fix message severity for "thread pool blocked" messages.Vladislav Vaintroub2021-10-281-2/+2
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-08-231-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-19313 post-fixVladislav Vaintroub2021-08-191-1/+1
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-07-201-4/+3
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-26043: Fix performance_schema instrument "threadpool/group_mutex"zwang282021-07-191-4/+3
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-05-261-4/+9
|\ \ \ \ \ | |/ / / /
| * | | | threadpool_generic: support future NetBSD kqueue versionsnia2021-05-261-4/+9
* | | | | MDEV-24341 Innodb - do not block in foreground thread in log_write_up_to(Vladislav Vaintroub2021-02-141-1/+4
* | | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2020-09-021-0/+11
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-141-0/+11
| |\ \ \ \ | | |/ / /
| | * | | 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.5 into 10.6Marko Mäkelä2020-08-041-6/+16
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-011-6/+16
| |\ \ \ \ | | |/ / /
| | * | | 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
* | | | | Merge branch '10.5' into 10.6Vladislav Vaintroub2020-07-041-204/+241
|\ \ \ \ \ | |/ / / /
| * | | | Remove some trailing whitespaces.Vladislav Vaintroub2020-05-291-191/+184
| * | | | MDEV-22696 TP_pool_generic::set_pool_size logic so that it marks each connect...Vladislav Vaintroub2020-05-251-10/+32
| * | | | Threadpool - support changing group on Windows with generic thread poolVladislav Vaintroub2020-05-251-5/+30
* | | | | MDEV-22990 Threadpool : Optimize network/named pipe IO for WindowsVladislav Vaintroub2020-06-261-40/+29
|/ / / /
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-03-301-13/+18
|\ \ \ \ | |/ / /
| * | | 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
* | | | MDEV-20372 thread_pool_info fails randomly in 10.5Vladislav Vaintroub2020-03-281-11/+16
* | | | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-1/+2
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-12-271-1/+1
|\ \ \ \ | |/ / /
| * | | 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
* | | | MDEV-19312 Make throttling interval depend on thread_pool_stall_limitVladislav Vaintroub2019-05-311-9/+11
* | | | Add some variables to the generic threadpool, that could help to analyzeVladislav Vaintroub2019-05-261-2/+2
* | | | MDEV-19313 Threadpool : provide information schema tables for internals of ge...Vladislav Vaintroub2019-05-261-140/+55
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-05-231-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
* | | | Moved vio allocation to connection threadSergey Vojtovich2019-05-211-5/+4
|/ / /
* | | 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