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
49163a4c43746c34b2ed2e34b37fcde7fde27e40
MaxScale
/
server
/
modules
/
protocol
History
VilhoRaatikka
49163a4c43
Merge branch 'develop' into MAX-11
2014-06-16 19:53:19 +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
Addition of new client utility, maxadmin.
2014-06-13 23:40:07 +01:00
maxscaled.c
Addition of new client utility, maxadmin.
2014-06-13 23:40:07 +01:00
mysql_backend.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
mysql_client.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
mysql_common.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
telnetd.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