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
97b3da1d79ec2204da0242c2228719bcdf63d411
MaxScale
/
server
/
modules
/
protocol
History
vraatikka
97b3da1d79
Added simple_mutex_t dcb->mutex to DCB struct to protect processing of single dcb in poll.c:poll_waitevents. This is a coarse locking but seems to work with multiple threads at least with very simple load.
...
Added trace logging to many locations.
2013-08-16 23:52:10 +03:00
..
httpd.c
moving files to /server to make merge possible
2013-07-28 05:31:11 +00:00
Makefile
moving files to /server to make merge possible
2013-07-28 05:31:11 +00:00
mysql_backend.c
fprintf debug for added backend connection is protected by if (backend->fd > 0)
2013-08-07 09:39:29 +02:00
mysql_client.c
Added simple_mutex_t dcb->mutex to DCB struct to protect processing of single dcb in poll.c:poll_waitevents. This is a coarse locking but seems to work with multiple threads at least with very simple load.
2013-08-16 23:52:10 +03:00
mysql_common.c
moving files to /server to make merge possible
2013-07-28 05:31:11 +00:00
telnetd.c
Initialized addr length indicator in telnetd_accept
2013-08-12 21:06:44 +03:00