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
10fdccdeee18b416c53f677adb9be9577f635a75
MaxScale
/
server
/
modules
/
routing
History
VilhoRaatikka
10fdccdeee
Added two tests for testing readwrite split router's ability to route read to master if in active transaction and to slave when outside transaction.
2014-03-27 10:27:19 +02:00
..
readwritesplit
Added two tests for testing readwrite split router's ability to route read to master if in active transaction and to slave when outside transaction.
2014-03-27 10:27:19 +02:00
.gitignore
Updated gitignore files
2014-02-05 14:49:05 +01:00
debugcli.c
Router has now capability value which currently tells whether router session expects stream or individual, complete statements. With read con
2014-03-11 23:12:11 +02:00
debugcmd.c
Renamed shutdown_maxscale to shutdown_server according to definition in gateway.c.
2013-11-12 11:51:31 +02:00
Makefile
Removed depend.mk files. Added command 'touch depend.mk' to each Makefile which attempts to include depend.mk. That is for the makefile process phase where only the existence of depend.mk is checked. Later the real file is created in 'depend' target.
2013-07-30 11:43:39 +03:00
readconnroute.c
Corrected some error messages. Added checking for protocol state in gw_MySQLWrite_backend. If protocol is in MYSQL_AUTH_FAILED state (=authentication is comleted and failed) write to backend is discarded.
2014-03-19 14:36:47 +02:00
testroute.c
Router has now capability value which currently tells whether router session expects stream or individual, complete statements. With read con
2014-03-11 23:12:11 +02:00