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
c658c0fe9a347a24d9e1ab214c2a91aca6aaa251
MaxScale
/
server
/
modules
History
MassimilianoPinto
c658c0fe9a
Replication Lag parameter in diagnostics
...
Replication Lag parameter value is now printed in diagnostics routine for MySQL monitor
2014-05-28 18:42:17 +02:00
..
include
merge from branch 'cenh'
2014-05-26 12:15:34 +02:00
monitor
Replication Lag parameter in diagnostics
2014-05-28 18:42:17 +02:00
protocol
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
routing
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