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
3e1712010592559298da60ca25be569a1c7b0b2c
MaxScale
/
server
/
modules
/
routing
History
Mark Riddoch
3e17120105
Allow space for terminating NULL in args array
2014-05-29 16:57:17 +01:00
..
readwritesplit
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
Added default value for max_slave_connections=1. It is set when router instance is created. Default value is overwritten if configuration parameter is found.
2014-05-10 23:27:28 +03:00
.gitignore
Updated gitignore files
2014-02-05 14:49:05 +01:00
debugcli.c
Addition of the list command to the debugcli to list servers,
2014-05-28 23:25:47 +01:00
debugcmd.c
Allow space for terminating NULL in args array
2014-05-29 16:57:17 +01:00
GaleraHACRoute.c
Galera HA Connection Router
2014-03-28 14:48:21 +00:00
Makefile
Removed binlog path
2014-05-26 12:40:56 +02:00
readconnroute.c
Added new parameter RW Split Router.max_slave_connections=[<int>|<int>%] which specifies the maximum number of slaves which read/write split router connects in each routing session.
2014-04-24 22:05:26 +03:00
testroute.c
Router has now capability value which currently tells whether router session expects stream or individual, complete statements. With read con
2014-03-11 23:12:11 +02:00