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
History
vraatikka
6813f760a5
Fix for bug
#205
-
http://bugs.skysql.com/show_bug.cgi?id=205
. In gw_read_backend_event, read client_protocol by using dcb->session->client pointer but only after it is sure that there is something to write to client. This doesn't ensure that client pointer in session is valid, but it should be.
...
Return value of dcb_read is checked and buffer pointer is not used if nothing was read.
2013-09-09 15:00:37 +03:00
..
include
Put structure check fields behind SS_DEBUG macros. Thus, they are only included in debug builds.
2013-09-09 10:05:46 +03:00
monitor
Bug 172 - Compile errors in Galera Monitor
2013-08-21 17:25:43 +02:00
protocol
Fix for bug
#205
-
http://bugs.skysql.com/show_bug.cgi?id=205
. In gw_read_backend_event, read client_protocol by using dcb->session->client pointer but only after it is sure that there is something to write to client. This doesn't ensure that client pointer in session is valid, but it should be.
2013-09-09 15:00:37 +03:00
routing
Removed free(router_session) from closeSession. Router session is free in session.c:session_free.
2013-09-09 14:51:15 +03:00