| Commit message (Expand) | Author | Age | Files | Lines |
* | MDEV-16264: Eliminate unsafe os_aio_userdata_t type cast | Marko Mäkelä | 2020-03-12 | 1 | -1/+1 |
* | Fix compilation error due to type mismatch in tpool_generic.cc | Vicențiu Ciorbaru | 2020-02-13 | 1 | -1/+1 |
* | MDEV-21674 purge_sys.stop() fails to wait for purge workers to complete | Marko Mäkelä | 2020-02-07 | 2 | -6/+34 |
* | MDEV-21551 : Assertion `m_active_threads.size() >= m_long_tasks_count + m_wa... | Vladislav Vaintroub | 2020-01-23 | 1 | -2/+3 |
* | MDEV-21551 Fix race condition in thread_pool_generic::wait_begin() | Vladislav Vaintroub | 2020-01-22 | 1 | -2/+14 |
* | MDEV-21551: Fix -Wsign-compare | Marko Mäkelä | 2020-01-22 | 1 | -3/+3 |
* | MDEV-21551 Fix calculation of current concurrency level in | Vladislav Vaintroub | 2020-01-22 | 1 | -0/+2 |
* | tpool - misc fixes | Vladislav Vaintroub | 2020-01-12 | 2 | -6/+7 |
* | MDEV-21326 : Address TSAN warnings in tpool. | Vladislav Vaintroub | 2020-01-12 | 3 | -7/+27 |
* | tpool - implement post-task callback (for Innodb debugging) | Vladislav Vaintroub | 2020-01-12 | 5 | -1/+32 |
* | MDEV-16264 - some improvements | Vladislav Vaintroub | 2019-12-09 | 5 | -34/+97 |
* | MDEV-16264: Minor cleanup | Marko Mäkelä | 2019-12-03 | 3 | -11/+12 |
* | MDEV-16264 - Fix assertion `m_queue.empty() && !m_tasks_running' in tpool::ta... | Vladislav Vaintroub | 2019-11-25 | 1 | -1/+16 |
* | Fix compile error on centos6. it does not like std::this_thread::sleep() | Vladislav Vaintroub | 2019-11-15 | 1 | -9/+3 |
* | MDEV-16264: Fix some white space | Marko Mäkelä | 2019-11-15 | 5 | -48/+31 |
* | MDEV-16264: Add threadpool library | Vladislav Vaintroub | 2019-11-15 | 10 | -0/+2317 |