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
c273988e517de0acc17b994385c7eb85b759f7ac
MaxScale
/
server
/
modules
/
protocol
History
Mark Riddoch
c273988e51
Fixed for EPOLLHUP events
...
Possible double free in maxscaled on close binlog router debugging/tracing
2014-09-05 17:29:17 +01:00
..
.gitignore
Updated gitignore files
2014-02-05 14:49:05 +01:00
httpd.c
When protocol closes DCB it calls dcb_close instead of dcb->func.close. dcb_close then calls dcb->func.close. This is now changed to all protocols and routers.
2014-06-15 23:44:07 +03:00
Makefile
Fix for missing maxscaled sources in Makefile. Resolves issue with
2014-07-02 17:32:47 +01:00
maxscaled.c
Fixed for EPOLLHUP events
2014-09-05 17:29:17 +01:00
mysql_backend.c
Bug
#468
,
http://bugs.skysql.com/show_bug.cgi?id=468
, Query classifier accessed freed thread context. If parsing fails thd doesn't need to be freed because it holds correct information about command type.
2014-08-05 09:31:10 +03:00
mysql_client.c
Merge branch 'develop' into blr
2014-08-28 11:41:26 +01:00
mysql_common.c
Bug
#468
,
http://bugs.skysql.com/show_bug.cgi?id=468
, Query classifier accessed freed thread context. If parsing fails thd doesn't need to be freed because it holds correct information about command type.
2014-08-05 09:31:10 +03:00
telnetd.c
Update plugin status to BETA
2014-07-04 09:23:40 +01:00