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
MaxScale
/
server
History
vraatikka
27338c2537
Merge
2013-09-09 00:05:28 +03:00
..
core
Merge
2013-09-09 00:05:28 +03:00
include
Cleaned up. Removed unnecessary extern keywords from function declarations so to fit them better to one line.
2013-09-08 23:29:50 +03:00
inih
moving files to /server to make merge possible
2013-07-28 05:31:11 +00:00
modules
Major changes: Removed NULL-pointer assignment after the call of backend_dcb->func.close because backend_dcb->func.close calls gw_client_close which _always_ returns true. Thus, its return value can't be used for deciding whether backend_dcb pointer can be set to NULL. There are typically multiple threads executing backend dcb. Setting NULL here will cause next caller to refer to NULL pointer, which makes maxscale to fail.
2013-09-08 23:59:00 +03:00
Makefile
Fixed doxygen documentation generation
2013-09-04 13:13:54 +02:00
MaxScale.cnf
Bug 154 - Added warning if options are set for the read/write splitter and updated example config file.
2013-08-19 15:53:08 +02:00