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
/
modules
/
protocol
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
..
httpd.c
dcb.h
2013-09-05 22:00:02 +03:00
Makefile
moving files to /server to make merge possible
2013-07-28 05:31:11 +00:00
mysql_backend.c
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
mysql_client.c
Added some checks for return values.
2013-09-08 23:37:34 +03:00
mysql_common.c
Put structure check fields behind SS_DEBUG macros. Thus, they are only included in debug builds.
2013-09-09 10:05:46 +03:00
telnetd.c
dcb.h
2013-09-05 22:00:02 +03:00