MXS-1066 Add query hint to route to last used server
Add new hint type and support for it in the readwritesplit router.
This commit is contained in:
@ -31,6 +31,7 @@ typedef enum
|
||||
HINT_ROUTE_TO_NAMED_SERVER,
|
||||
HINT_ROUTE_TO_UPTODATE_SERVER, /*< not supported by RWSplit and HintRouter */
|
||||
HINT_ROUTE_TO_ALL, /*< not supported by RWSplit, supported by HintRouter */
|
||||
HINT_ROUTE_TO_LAST_USED,
|
||||
HINT_PARAMETER
|
||||
} HINT_TYPE;
|
||||
|
||||
|
Reference in New Issue
Block a user