This website requires JavaScript.
Explore
龙芯爱好者论坛
Help
Register
Sign In
hcq
/
MaxScale
Watch
1
Star
0
Fork
0
You've already forked MaxScale
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
3e3c1af21134761caae21c0b8148e4e0719678b5
MaxScale
/
server
/
modules
History
VilhoRaatikka
3e3c1af211
Clean up
2014-06-30 13:43:25 +03:00
..
filter
Support for multipacket statements
2014-06-24 17:59:29 +01:00
include
Added mechanism for choosing slave for a query based on the current load in all connected slaves. Counting operations is not correctly done here. Reading values and choosing accordingly is done.
2014-06-29 22:21:30 +03:00
monitor
Removed unnecessary SERVER pointer from dcb.c:dcb_call_foreach(), changed declaration and call accordingly.
2014-06-27 10:54:11 +03:00
protocol
Clean up
2014-06-30 13:43:25 +03:00
routing
Enabled set and clear the flag BREF_WAITING_RESULT. It is actually a counter which is modified with atomic operations only. Setting and clearing BREF_WAITING_RESULT also includes atomic increment and decrement of corresponding backend server's current operations counter, backend_server->stats.n_current_ops.
2014-06-30 11:00:04 +03:00