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
395cbdc10361d1bec3f2c66d2ca16f8df55a51db
MaxScale
/
server
/
modules
/
routing
/
schemarouter
History
counterpoint
395cbdc103
Simplify handling of "client data" by having a pointer to it only in DCB and not in session structure. Change name of session->client to session->client_dcb for greater clarity. Temporary free of client data in DCB, to be moved to authenticator when it becomes a module. Fix incorrect name of listener_alloc.
2016-02-23 11:13:21 +00:00
..
test
Added more schemarouter tests.
2015-04-01 15:23:23 +03:00
CMakeLists.txt
Rearrange libraries and build files.
2016-01-22 23:26:17 +02:00
schemarouter.c
Simplify handling of "client data" by having a pointer to it only in DCB and not in session structure. Change name of session->client to session->client_dcb for greater clarity. Temporary free of client data in DCB, to be moved to authenticator when it becomes a module. Fix incorrect name of listener_alloc.
2016-02-23 11:13:21 +00:00
sharding_common.c
Rename query classifier functions consistently.
2016-01-11 12:04:52 +02:00
shardrouter.c
Simplify handling of "client data" by having a pointer to it only in DCB and not in session structure. Change name of session->client to session->client_dcb for greater clarity. Temporary free of client data in DCB, to be moved to authenticator when it becomes a module. Fix incorrect name of listener_alloc.
2016-02-23 11:13:21 +00:00
svcconn.c
Moved common sharding functions to a separate file.
2015-05-04 07:06:24 +03:00