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
0036d6d8af575d48d3c714f1412c1ce1f62f0689
MaxScale
/
server
/
modules
/
protocol
History
VilhoRaatikka
39679447c9
Bugzilla
#455
, MaxScale crashed due missing buffer type information in multi-buffer responses.
2014-07-03 19:20:45 +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
Add support for #!../maxadmin scripts
2014-06-25 10:00:59 +01:00
mysql_backend.c
Bugzilla
#455
, MaxScale crashed due missing buffer type information in multi-buffer responses.
2014-07-03 19:20:45 +03:00
mysql_client.c
Bugzilla
#455
, MaxScale crashed due missing buffer type information in multi-buffer responses.
2014-07-03 19:20:45 +03:00
mysql_common.c
Added mechanism for choosing slave for a query based on the current load in all connected slaves. Counting operations is not correctly done here. Reading values and choosing accordingly is done.
2014-06-29 22:21:30 +03:00
telnetd.c
Add support for #!../maxadmin scripts
2014-06-25 10:00:59 +01:00