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
c48dd6028f66b92e1335d469a1ee51b54e715bb1
MaxScale
/
server
/
modules
/
protocol
History
Massimiliano Pinto
c48dd6028f
Modified dcb_read return: n = 0 means 0 bytes read without errors
...
if (rc < 0) is now used testing dcb_read() return, instead of if (rc <= 0)
2013-09-27 19:24:23 +02:00
..
httpd.c
HTTPD is now working:
2013-09-19 12:23:17 +02:00
Makefile
moving files to /server to make merge possible
2013-07-28 05:31:11 +00:00
mysql_backend.c
Modified dcb_read return: n = 0 means 0 bytes read without errors
2013-09-27 19:24:23 +02:00
mysql_client.c
In gw_read_client_event, if ioctl returns non-zero and 'b' (number of readable bytes) is zero, that indicates that socket is closed. Thus, read is now skipped and dcb closed if it is in DSC_STATE_POLLING state.
2013-09-27 14:57:53 +03:00
mysql_common.c
dcb.c
2013-09-20 14:32:28 +03:00
telnetd.c
Bug 160 - fixed memory leaks with telnetd and debug CLI
2013-09-26 17:38:35 +02:00