summaryrefslogtreecommitdiff
path: root/sql/threadpool_win.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-24341 Innodb - do not block in foreground thread in log_write_up_to(Vladislav Vaintroub2021-02-141-0/+7
* MDEV-23224 better defaults for Windows native threadpool implementationVladislav Vaintroub2020-07-201-2/+27
* Merge branch '10.5' into 10.6Vladislav Vaintroub2020-07-041-4/+4
|\
| * Remove some trailing whitespaces.Vladislav Vaintroub2020-05-291-8/+8
* | MDEV-22990 Threadpool : Optimize network/named pipe IO for WindowsVladislav Vaintroub2020-06-261-115/+48
|/
* Merge 10.4 into 10.5Marko Mäkelä2020-03-301-2/+2
|\
| * num_worker_threads my_atomic to Atomic_counterSergey Vojtovich2020-03-271-2/+2
* | Merge 10.4 into 10.5Marko Mäkelä2019-09-121-0/+1
|\ \ | |/
| * Merge 10.3 into 10.4Marko Mäkelä2019-09-121-0/+1
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2019-09-101-0/+1
| | |\
| | | * MDEV-20206 : Crash inside timer_callback()[threadpool_win.cc:419]Vladislav Vaintroub2019-09-091-0/+1
* | | | Fix compile warning/error on Windows.Vladislav Vaintroub2019-06-181-12/+6
* | | | Windows related cleanups, remove old code.Vladislav Vaintroub2019-06-181-25/+0
* | | | 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
| | | |\
| | | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | | | |\
| | | | | * Update FSF addressMichal Schorm2019-05-101-1/+1
| | | | * | MDEV-13179 main.errors fails with wrong errnoMonty2017-08-071-1/+1
* | | | | | Moved vio allocation to connection threadSergey Vojtovich2019-05-211-4/+3
|/ / / / /
* | | | | MDEV-10384 Windows : Refactor threading in mysqld startup.Vladislav Vaintroub2018-10-051-7/+24
* | | | | MDEV-16536 Remove shared memory transportVladislav Vaintroub2018-08-201-55/+8
|/ / / /
* | | | Add likely/unlikely to speed up executionMonty2018-05-071-2/+2
* | | | Make possible to use clang on Windows (clang-cl)Vladislav Vaintroub2018-02-201-4/+1
* | | | 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
|\ \ \ | |/ /
| * | Correct FSF addressiangilfillan2017-03-101-1/+1
* | | MDEV-10297 Add priorization to threadpoolVladislav Vaintroub2016-09-221-321/+229
* | | MDEV-9154 : Remove workarounds (mainly dynamic function loading)Vladislav Vaintroub2016-06-011-107/+0
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-03-231-2/+2
|\ \ \ | |/ /
| * | Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-041-2/+2
* | | Fix threadpool memory leak and connect2 testVladislav Vaintroub2016-03-091-0/+1
* | | Fix threadpool after it was broken by MDEV-6150Vladislav Vaintroub2016-03-081-16/+11
* | | Fix compilation10.2-sslVladislav Vaintroub2016-02-101-11/+1
* | | MDEV-6150 Speed up connection speed by moving creation of THD to new threadMonty2016-02-071-14/+26
|/ /
* | MDEV-9156 : Fix tp_add_connection()'s error handlingVladislav Vaintroub2015-12-041-2/+2
* | merge with 5.5Sergei Golubchik2012-11-031-16/+0
|\ \ | |/
| * MDEV-531 : Warning: Forcing close of thread ... in rpl_binlog_indexVladislav Vaintroub2012-11-021-16/+0
* | Compile 10.0 on WindowsVladislav Vaintroub2012-08-301-2/+2
|/
* MDEV-246 - Aborted_clients incremented during ordinary connection closeVladislav Vaintroub2012-05-031-0/+4
* mdev-208 thread pool breaks the server on XPSergei Golubchik2012-04-051-0/+3
* Windows threadpool - always disassociate current thread from callback when de...Vladislav Vaintroub2012-03-281-5/+5
* Store callback instance in the connection structure, to call CallbackMayRunLo...Vladislav Vaintroub2012-02-171-4/+36
* Threadpool : Rest of monty's reviewVladislav Vaintroub2012-01-271-5/+6
* close callbacks prior to closing connection to avoid potential race when e.g ...Vladislav Vaintroub2012-01-271-5/+5
* Further review points and simplify Windows implementationVladislav Vaintroub2012-01-261-81/+44
* small cleanupsVladislav Vaintroub2012-01-241-6/+1
* Get rid of idle thread counter atomic variable.Vladislav Vaintroub2012-01-151-0/+10
* Small adjustements to threadpoolVladislav Vaintroub2011-12-181-1/+0