Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge with 5.5 | Sergei Golubchik | 2012-11-03 | 1 | -16/+0 |
|\ | |||||
| * | MDEV-531 : Warning: Forcing close of thread ... in rpl_binlog_index | Vladislav Vaintroub | 2012-11-02 | 1 | -16/+0 |
| | | | | | | | | | | | | Use post_kill_notification in for one_thread_per_connection scheduler, the same as already used in threadpool, to reliably wake a thread stuck in read() or in different poll() variations. | ||||
* | | Compile 10.0 on Windows | Vladislav Vaintroub | 2012-08-30 | 1 | -2/+2 |
|/ | |||||
* | MDEV-246 - Aborted_clients incremented during ordinary connection close | Vladislav Vaintroub | 2012-05-03 | 1 | -0/+4 |
| | | | | | | The problem was increment of aborted_threads variable due to thd->killed which was set when threadpool connection was terminated . The fix is not to set thd->killed anymore, there is no real reason for doing it.. Added a test that checks that status variable aborted_clients does not grow for ordinary disconnects, and that successful KILL increments this variable. | ||||
* | mdev-208 thread pool breaks the server on XP | Sergei Golubchik | 2012-04-05 | 1 | -0/+3 |
| | |||||
* | Windows threadpool - always disassociate current thread from callback when ↵ | Vladislav Vaintroub | 2012-03-28 | 1 | -5/+5 |
| | | | | | | | destroying connection prior to closing callbacks and calling DestroyThreadpoolEnvironment, to make sure callbacks do not wait for themselves to finish. | ||||
* | Store callback instance in the connection structure, to call ↵ | Vladislav Vaintroub | 2012-02-17 | 1 | -4/+36 |
| | | | | | | | | CallbackMayRunLong on long waits (currently binlog only) Also add copyright notice. | ||||
* | Threadpool : Rest of monty's review | Vladislav Vaintroub | 2012-01-27 | 1 | -5/+6 |
| | |||||
* | close callbacks prior to closing connection to avoid potential race when e.g ↵ | Vladislav Vaintroub | 2012-01-27 | 1 | -5/+5 |
| | | | | timer callback and connection_destroy run in parallel | ||||
* | Further review points and simplify Windows implementation | Vladislav Vaintroub | 2012-01-26 | 1 | -81/+44 |
| | |||||
* | small cleanups | Vladislav Vaintroub | 2012-01-24 | 1 | -6/+1 |
| | |||||
* | Get rid of idle thread counter atomic variable. | Vladislav Vaintroub | 2012-01-15 | 1 | -0/+10 |
| | | | | | Instead, use function that loops over groups and calculates idle threads for "show status". | ||||
* | Small adjustements to threadpool | Vladislav Vaintroub | 2011-12-18 | 1 | -1/+0 |
| | |||||
* | Initial threadpool implementation for MariaDB 5.5 | Vladislav Vaintroub | 2011-12-08 | 1 | -0/+756 |