| Commit message (Expand) | Author | Age | Files | Lines |
* | MDEV-8450: PATCH] Wrong macro expansion in Query_cache::send_result_to_client() | Oleksandr Byelkin | 2015-09-06 | 1 | -1/+1 |
* | Fixing AIX compilation failires | Alexander Barkov | 2014-02-27 | 1 | -0/+5 |
* | merge 10-base->10.0 | unknown | 2013-11-11 | 1 | -7/+18 |
|\ |
|
| * | MDEV-5205 - MariaDB does not start if more than 128 cpu's are available | Sergey Vojtovich | 2013-11-06 | 1 | -1/+4 |
| * | MDEV-5205 - MariaDB does not start if more than 128 cpu's are available | Sergey Vojtovich | 2013-11-05 | 1 | -7/+15 |
* | | 10.0-base merge | Sergei Golubchik | 2013-07-18 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | MDEV-4685 Compile error on LFS | Sergei Golubchik | 2013-06-22 | 1 | -0/+4 |
* | | 10.0-base merge | Sergei Golubchik | 2013-06-06 | 1 | -4/+18 |
|\ \
| |/ |
|
| * | MDEV-4553 - Fixes for compilation under NetBSD. | Vladislav Vaintroub | 2013-05-27 | 1 | -4/+18 |
* | | 10.0-base merge | Sergei Golubchik | 2013-04-15 | 1 | -9/+8 |
|\ \
| |/ |
|
| * | MDEV-4174 - Use kqueue for threadpool implementation on more BSD variants tha... | Vladislav Vaintroub | 2013-02-19 | 1 | -7/+5 |
| * | MDEV-4113: Assertion (group->connection_count > 0) fails with Percona server ... | Vladislav Vaintroub | 2013-01-30 | 1 | -2/+3 |
* | | merge with 5.5 | Sergei Golubchik | 2012-11-03 | 1 | -17/+1 |
|\ \
| |/ |
|
| * | MDEV-531 : Warning: Forcing close of thread ... in rpl_binlog_index | Vladislav Vaintroub | 2012-11-02 | 1 | -17/+1 |
* | | Next part of merge. See TODO for details | Michael Widenius | 2012-08-14 | 1 | -2/+2 |
|/ |
|
* | Threadpool - use EV_ONESHOT with kevent, to prevent race condition when 2 | Vladislav Vaintroub | 2012-04-12 | 1 | -12/+4 |
* | Added copiright, some more comments | Vladislav Vaintroub | 2012-02-17 | 1 | -6/+40 |
* | address second round review comments | Vladislav Vaintroub | 2012-02-16 | 1 | -50/+60 |
* | some more whitespace, remove pending_thread_start_count. increment counters (... | Vladislav Vaintroub | 2012-01-28 | 1 | -44/+49 |
* | Threadpool : Rest of monty's review | Vladislav Vaintroub | 2012-01-27 | 1 | -18/+27 |
* | Further review points and simplify Windows implementation | Vladislav Vaintroub | 2012-01-26 | 1 | -61/+71 |
* | small cleanups | Vladislav Vaintroub | 2012-01-24 | 1 | -2/+0 |
* | ensure that lock is held, whenever active thread counter changes. | Vladislav Vaintroub | 2012-01-18 | 1 | -2/+2 |
* | Threadpool : address some of the monty's review points | Vladislav Vaintroub | 2012-01-17 | 1 | -33/+108 |
* | Fix threadpool on BSD and Solaris | Vladislav Vaintroub | 2012-01-16 | 1 | -3/+3 |
* | Get rid of idle thread counter atomic variable. | Vladislav Vaintroub | 2012-01-15 | 1 | -19/+27 |
* | Threadpool -address review comments | Vladislav Vaintroub | 2012-01-15 | 1 | -257/+406 |
* | Allow for faster creation of threads in corner cases where pool would be over... | Vladislav Vaintroub | 2011-12-31 | 1 | -2/+2 |
* | Make threadpool_stall_limit variable really dynamic | Vladislav Vaintroub | 2011-12-29 | 1 | -0/+11 |
* | LP909537: Ensure thd_wait_begin/thd_wait_end callbacks are called. | Vladislav Vaintroub | 2011-12-29 | 1 | -1/+1 |
* | LP909512: Fix crash on tp_set_threadpool_size if threadpool is not used(threa... | Vladislav Vaintroub | 2011-12-29 | 1 | -0/+3 |
* | Fix LP#909414: Valgrind warnings in threadpool code | Vladislav Vaintroub | 2011-12-29 | 1 | -0/+2 |
* | LP9091416: destroy timer mutex when threadpool scheduler shuts down. | Vladislav Vaintroub | 2011-12-29 | 1 | -0/+5 |
* | use performance-schema friendly mysql_thread_create() instead of pthread_cre... | Vladislav Vaintroub | 2011-12-28 | 1 | -1/+2 |
* | Fix build on old 32 bit Centos (kernel 2.6.18) | Vladislav Vaintroub | 2011-12-26 | 1 | -0/+4 |
* | make sys_vars suite pass | Vladislav Vaintroub | 2011-12-20 | 1 | -4/+1 |
* | allow changing thread_pool_size without server restart | Vladislav Vaintroub | 2011-12-19 | 1 | -39/+147 |
* | Fix pool_of_threads test case | Vladislav Vaintroub | 2011-12-18 | 1 | -2/+13 |
* | Small adjustements to threadpool | Vladislav Vaintroub | 2011-12-18 | 1 | -1/+0 |
* | Fix Unix build | Vladislav Vaintroub | 2011-12-10 | 1 | -11/+10 |
* | Initial threadpool implementation for MariaDB 5.5 | Vladislav Vaintroub | 2011-12-08 | 1 | -0/+1238 |