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
22e9fb9a4dc8d9b90f30a1fd828d369413c0a484
MaxScale
/
server
/
modules
/
routing
History
vraatikka
83a7479236
Removed free(router_session) from closeSession. Router session is free in session.c:session_free.
2013-09-09 14:51:15 +03:00
..
readwritesplit
Bug 166 - NULL pointer dereferenced if candidate server is NULL
2013-08-21 12:08:41 +02:00
debugcli.c
Removed free(router_session) from closeSession. Router session is free in session.c:session_free.
2013-09-09 14:51:15 +03:00
debugcmd.c
Added enable/disable commands, now for log_witer only
2013-08-09 15:12:23 +02:00
Makefile
Removed depend.mk files. Added command 'touch depend.mk' to each Makefile which attempts to include depend.mk. That is for the makefile process phase where only the existence of depend.mk is checked. Later the real file is created in 'depend' target.
2013-07-30 11:43:39 +03:00
readconnroute.c
Major changes: Removed NULL-pointer assignment after the call of backend_dcb->func.close because backend_dcb->func.close calls gw_client_close which _always_ returns true. Thus, its return value can't be used for deciding whether backend_dcb pointer can be set to NULL. There are typically multiple threads executing backend dcb. Setting NULL here will cause next caller to refer to NULL pointer, which makes maxscale to fail.
2013-09-08 23:59:00 +03:00
testroute.c
Some typos fixed
2013-08-02 10:00:56 +02:00