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
4f03c775e587ca25bfc70817a0c30670abe336ef
MaxScale
/
server
/
modules
/
routing
History
VilhoRaatikka
4f03c775e5
sescmd_cursor_reset didn't reset cursor's property pointer which made reset ineffective.
2014-06-16 13:40:45 +03:00
..
readwritesplit
sescmd_cursor_reset didn't reset cursor's property pointer which made reset ineffective.
2014-06-16 13:40:45 +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
When protocol closes DCB it calls dcb_close instead of dcb->func.close. dcb_close then calls dcb->func.close. This is now changed to all protocols and routers.
2014-06-15 23:44:07 +03:00
debugcmd.c
Merge branch 'develop' into MAX-65
2014-06-04 21:14:31 +01:00
GaleraHACRoute.c
When protocol closes DCB it calls dcb_close instead of dcb->func.close. dcb_close then calls dcb->func.close. This is now changed to all protocols and routers.
2014-06-15 23:44:07 +03:00
Makefile
Removed binlog path
2014-05-26 12:40:56 +02:00
readconnroute.c
When protocol closes DCB it calls dcb_close instead of dcb->func.close. dcb_close then calls dcb->func.close. This is now changed to all protocols and routers.
2014-06-15 23:44:07 +03:00
testroute.c
Addition of the module info structure to allow module information to
2014-06-02 17:10:05 +01:00