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
2393ac57e9dabb15da51061ab02ce28fc21fac02
MaxScale
/
server
/
modules
/
protocol
History
VilhoRaatikka
2393ac57e9
mysql_common.c:protocol_add_srv_command didn't check that protocol status was MYSQL_PROTOCOL_ACTIVE and wrote to freed memory.
2014-08-14 17:23:46 +03: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
Update plugin status to BETA
2014-07-04 09:23:40 +01:00
mysql_backend.c
mysql_common.c:protocol_add_srv_command didn't check that protocol status was MYSQL_PROTOCOL_ACTIVE and wrote to freed memory.
2014-08-14 17:23:46 +03:00
mysql_client.c
mysql_client.c:gw_error_client_event & gw_client_hangup_event: added session state check, if session is already closing, don't start redundant call to dcb_close.
2014-08-14 15:15:22 +03:00
mysql_common.c
mysql_common.c:protocol_add_srv_command didn't check that protocol status was MYSQL_PROTOCOL_ACTIVE and wrote to freed memory.
2014-08-14 17:23:46 +03:00
telnetd.c
Update plugin status to BETA
2014-07-04 09:23:40 +01:00