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
6813f760a5cda874dd78c940771a1e0f4e769501
MaxScale
/
server
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
..
core
Check if router_session pointer has value in session structure before calling free for it.
2013-09-09 14:36:45 +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
inih
moving files to /server to make merge possible
2013-07-28 05:31:11 +00:00
modules
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
Makefile
Fixed doxygen documentation generation
2013-09-04 13:13:54 +02:00
MaxScale.cnf
Bug 154 - Added warning if options are set for the read/write splitter and updated example config file.
2013-08-19 15:53:08 +02:00