| Commit message (Expand) | Author | Age | Files | Lines |
* | remove ifdefs around PSI_THREAD_CALL | Sergei Golubchik | 2018-01-09 | 1 | -12/+4 |
* | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2017-12-12 | 1 | -3/+3 |
|\ |
|
| * | Move all kill mutex protection to LOCK_thd_kill | Monty | 2017-12-08 | 1 | -3/+3 |
* | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2017-09-01 | 1 | -1/+21 |
|\ \
| |/ |
|
| * | Fix threadpool to report connections aborted due to wait timeout. | Vladislav Vaintroub | 2017-08-30 | 1 | -1/+21 |
* | | Enusure that my_global.h is included first | Michael Widenius | 2017-08-24 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3 | Alexander Barkov | 2017-04-03 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2017-03-30 | 1 | -1/+1 |
| |\ |
|
| | * | Correct FSF address | iangilfillan | 2017-03-10 | 1 | -1/+1 |
* | | | MDEV-11418 - AliSQL: [Feature] Issue#1 KILL IDLE TRANSACTIONS | Sergey Vojtovich | 2017-03-22 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-12-29 | 1 | -39/+67 |
|\ \
| |/ |
|
| * | MDEV-11083 performance schema test fail with threadpool | Vladislav Vaintroub | 2016-10-19 | 1 | -33/+66 |
* | | MDEV-10297 Add priorization to threadpool | Vladislav Vaintroub | 2016-09-22 | 1 | -17/+197 |
* | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-09-09 | 1 | -2/+1 |
|\ \ |
|
| * | | MDEV-10314 : wsrep_client_thread was not set in threadpool. | Vladislav Vaintroub | 2016-07-19 | 1 | -2/+1 |
| |/ |
|
* | | cleanup: thread_count | Sergei Golubchik | 2016-06-04 | 1 | -1/+0 |
* | | decrement thead_count *after* THD is destroyed | Sergei Golubchik | 2016-06-04 | 1 | -1/+1 |
* | | Reuse THD for new user connections | Monty | 2016-06-04 | 1 | -1/+2 |
* | | Fix leak from missing my_thread_end | Vladislav Vaintroub | 2016-03-09 | 1 | -16/+7 |
* | | Fix threadpool memory leak and connect2 test | Vladislav Vaintroub | 2016-03-09 | 1 | -1/+7 |
* | | Fix threadpool after it was broken by MDEV-6150 | Vladislav Vaintroub | 2016-03-08 | 1 | -9/+25 |
* | | Fix compilation10.2-ssl | Vladislav Vaintroub | 2016-02-10 | 1 | -0/+13 |
* | | MDEV-6150 Speed up connection speed by moving creation of THD to new thread | Monty | 2016-02-07 | 1 | -3/+4 |
* | | Merge remote-tracking branch 'origin/10.1' into 10.2 | Alexander Barkov | 2015-12-29 | 1 | -9/+15 |
|\ \
| |/ |
|
| * | MDEV-9156 : Fix tp_add_connection()'s error handling | Vladislav Vaintroub | 2015-12-04 | 1 | -9/+15 |
* | | MDEV-8715 - Obsolete sql_alloc() in favor of THD::alloc() and thd_alloc() | Sergey Vojtovich | 2015-11-26 | 1 | -1/+0 |
|/ |
|
* | MDEV-5205 - MariaDB does not start if more than 128 cpu's are available | Sergey Vojtovich | 2013-11-05 | 1 | -0/+1 |
* | MDEV-4685 Compile error on LFS | Sergei Golubchik | 2013-06-22 | 1 | -0/+8 |
* | MDEV-3945 - do not hold LOCK_thread_count when freeing THD. | Vladislav Vaintroub | 2012-12-21 | 1 | -1/+0 |
* | MDEV-531 : Warning: Forcing close of thread ... in rpl_binlog_index | Vladislav Vaintroub | 2012-11-02 | 1 | -1/+1 |
* | MDEV-246 - Aborted_clients incremented during ordinary connection close | Vladislav Vaintroub | 2012-05-03 | 1 | -1/+0 |
* | Added copiright, some more comments | Vladislav Vaintroub | 2012-02-17 | 1 | -0/+27 |
* | address second round review comments | Vladislav Vaintroub | 2012-02-16 | 1 | -9/+9 |
* | Threadpool : Rest of monty's review | Vladislav Vaintroub | 2012-01-27 | 1 | -4/+0 |
* | small cleanups | Vladislav Vaintroub | 2012-01-24 | 1 | -0/+3 |
* | Threadpool -address review comments | Vladislav Vaintroub | 2012-01-15 | 1 | -46/+33 |
* | Simplify thread attach/detach. Use connection specific mysys_var, rather than... | Vladislav Vaintroub | 2012-01-13 | 1 | -77/+92 |
* | Allow for faster creation of threads in corner cases where pool would be over... | Vladislav Vaintroub | 2011-12-31 | 1 | -0/+1 |
* | fix test suite | Vladislav Vaintroub | 2011-12-27 | 1 | -1/+3 |
* | Small adjustements to threadpool | Vladislav Vaintroub | 2011-12-18 | 1 | -4/+2 |
* | Initial threadpool implementation for MariaDB 5.5 | Vladislav Vaintroub | 2011-12-08 | 1 | -0/+246 |