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
f9aece511306ff03b081f00cde322a0179ef16a6
MaxScale
/
server
/
modules
/
protocol
History
Mark Riddoch
f9aece5113
Remove queuing that is no longer required
...
Fixed bug in mysql_backend.c that lost up to 4 bytes of data in rare circumstances.
2014-09-10 15:51:53 +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
Remove queuing that is no longer required
2014-09-10 15:51:53 +01: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