summaryrefslogtreecommitdiff
path: root/sql/scheduler.cc
Commit message (Expand)AuthorAgeFilesLines
* remove the service for installing the closed-source mysql thread pool pluginSergei Golubchik2013-04-071-50/+1
* MDEV-3945 - do not hold LOCK_thread_count when freeing THD.Vladislav Vaintroub2012-12-211-1/+0
* MDEV-531 : Warning: Forcing close of thread ... in rpl_binlog_indexVladislav Vaintroub2012-11-021-0/+24
* Update copyright noticesVladislav Vaintroub2012-02-281-0/+1
* Simplify thd_wait_begin. given how seldom they are called, calling current_th...Vladislav Vaintroub2012-02-171-13/+5
* address second round review commentsVladislav Vaintroub2012-02-161-8/+8
* Initial threadpool implementation for MariaDB 5.5Vladislav Vaintroub2011-12-081-20/+1
* mysql-5.5.18 mergeSergei Golubchik2011-11-031-2/+2
|\
| * Updated/added copyright headersKent Boortz2011-06-301-2/+2
| |\
* | | sys_vars changes and cleanupsSergei Golubchik2011-07-111-2/+2
* | | post-merge fixes.Sergei Golubchik2011-07-021-5/+3
* | | 5.5-mergeSergei Golubchik2011-07-021-9/+22
|\ \ \ | |/ /
| * | More review fixesMikael Ronstrom2011-03-041-0/+3
| * | more fixes of scheduler interface changesMikael Ronström2011-02-101-14/+0
| * | Simplifications of server interface to schedulerMikael Ronström2011-02-101-0/+10
| * | Added reporting of fsync to THD wait interfaceMikael Ronstrom2010-10-281-3/+15
| * | Added more wait states for THD wait serviceMikael Ronstrom2010-10-271-1/+1
* | | lots of post-merge changesSergei Golubchik2011-04-251-49/+23
* | | merge.Sergei Golubchik2010-11-251-12/+34
|\ \ \ | |/ / |/| |
| * | Added protection around usage of thd->mysys_varMichael Widenius2009-11-261-3/+1
| * | Merge MySQL->MariaDBSergey Petrunya2009-09-081-3/+3
| |\ \ | | |/
| * | Added option --staging-run to mysql-test-run to mark slow, not important test...Michael Widenius2009-06-051-2/+2
| * | Added "pool-of-threads" handling (with libevent)Michael Widenius2009-03-131-4/+674
| |/
* | WL#5363: Thread Pool Service InterfaceMats Kindahl2010-06-151-2/+7
* | WL#5363: Thread Pool Service InterfaceMats Kindahl2010-06-071-36/+126
* | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-1/+4
* | WL#2360 Performance schemaMarc Alff2010-01-111-2/+2
|/
* Fixed compiler warningsunknown2007-02-231-0/+88