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
d19aedeb2c0976f93c62780c32802583a8785245
MaxScale
/
server
/
modules
/
routing
/
readwritesplit
History
VilhoRaatikka
1a2b8e5475
Router spinlock wasn't used to protect routing. As a consequence router could have been closed in thread
#1
while thread
#2
was in a middle of execution of router code. Solved by holding router lock so that it covered whole routing operation.
2014-05-28 18:29:02 +03:00
..
test
Changed bash-related comparison equality operator '==' to generic '='
2014-05-23 22:08:57 +03:00
.gitignore
Updated gitignore files
2014-02-05 14:49:05 +01:00
Makefile
Added read/write split router tests to a part of makefile structure.
2014-04-01 14:11:48 -07:00
readwritesplit.c
Router spinlock wasn't used to protect routing. As a consequence router could have been closed in thread
#1
while thread
#2
was in a middle of execution of router code. Solved by holding router lock so that it covered whole routing operation.
2014-05-28 18:29:02 +03:00