summaryrefslogtreecommitdiff
path: root/sql/scheduler.h
Commit message (Expand)AuthorAgeFilesLines
* Change connection_count back to staticDaniel Black2021-06-011-1/+1
* MDEV-24341 Innodb - do not block in foreground thread in log_write_up_to(Vladislav Vaintroub2021-02-141-0/+2
* fix perfschema for pool-of-threadsSergei Golubchik2020-03-101-11/+0
* Merge 10.4 into 10.5Marko Mäkelä2019-05-231-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
| | |\
| | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
| | | * MDEV-5706 MariaDB does not build on hurd-i386Sergei Golubchik2014-07-251-3/+2
* | | | Maintain connection_count atomicallySergey Vojtovich2019-05-211-3/+4
* | | | Simplified away scheduler_functions::end_thread()Sergey Vojtovich2019-05-211-1/+0
* | | | Simplified away init_new_connection_thread()Sergey Vojtovich2019-05-211-1/+0
|/ / /
* | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-2/+0
|/ /
* | MDEV-6150 Speed up connection speed by moving creation of THD to new threadMonty2016-02-071-1/+1
* | MDEV-5756 CMake option to build without thread pool.Alexey Botchkov2014-07-221-4/+2
* | Fixing AIX compilation failiresAlexander Barkov2014-02-271-1/+2
|/
* MDEV-531 : Warning: Forcing close of thread ... in rpl_binlog_indexVladislav Vaintroub2012-11-021-1/+1
* Update copyright noticesVladislav Vaintroub2012-02-281-0/+1
* address second round review commentsVladislav Vaintroub2012-02-161-0/+1
* small cleanupsVladislav Vaintroub2012-01-241-18/+2
* Initial threadpool implementation for MariaDB 5.5Vladislav Vaintroub2011-12-081-25/+27
* mysql-5.5.18 mergeSergei Golubchik2011-11-031-2/+2
|\
| * Updated/added copyright headersKent Boortz2011-06-301-2/+2
| |\
* | | post-merge fixes.Sergei Golubchik2011-07-021-7/+2
* | | 5.5-mergeSergei Golubchik2011-07-021-10/+14
|\ \ \ | |/ /
| * | Added setters to scheduler interfaceMikael Ronström2011-02-101-1/+3
| * | Simplifications of server interface to schedulerMikael Ronström2011-02-101-5/+3
| * | Remove no longer needed things for DBUG handling in thread pool pluginsMikael Ronström2011-02-101-5/+0
| * | WL#5363: Thread Pool Service InterfaceMats Kindahl2010-10-081-0/+7
* | | lots of post-merge changesSergei Golubchik2011-04-251-6/+28
* | | merge.Sergei Golubchik2010-11-251-5/+4
|\ \ \ | |/ / |/| |
| * | Added mariadb and mariadb-version as my.conf option tagsMichael Widenius2009-03-181-1/+3
| * | Added "pool-of-threads" handling (with libevent)Michael Widenius2009-03-131-4/+34
| |/
* | WL#5363: Thread Pool Service InterfaceMats Kindahl2010-06-071-11/+50
* | WL#5016: Fix header file include guardsMats Kindahl2009-09-231-0/+5
|/
* Bug#28785 thread-handling not displayed properly in SHOW VARIABLESunknown2007-11-141-1/+1
* Fixed compiler warningsunknown2007-02-231-0/+60