NamedServerFilter: Add HINT_ROUTE_TO_ALL support

This was already supported by HintRouter. The tag for the MaxScale
config file is "->all". Also add note to Documentation and reformat
it a bit.
This commit is contained in:
Esa Korhonen
2017-04-03 11:24:43 +03:00
parent 259b0673a0
commit 1fb8cde5d8
3 changed files with 15 additions and 6 deletions

View File

@ -29,8 +29,8 @@ typedef enum
HINT_ROUTE_TO_MASTER = 1,
HINT_ROUTE_TO_SLAVE,
HINT_ROUTE_TO_NAMED_SERVER,
HINT_ROUTE_TO_UPTODATE_SERVER,
HINT_ROUTE_TO_ALL, /*< not implemented yet */
HINT_ROUTE_TO_UPTODATE_SERVER, /*< not supported by RWSplit and HintRouter */
HINT_ROUTE_TO_ALL, /*< not supported by RWSplit, supported by HintRouter */
HINT_PARAMETER
} HINT_TYPE;