summaryrefslogtreecommitdiff
path: root/sql/threadpool_win.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initial threadpool implementation for MariaDB 5.5Vladislav Vaintroub2011-12-081-0/+756