diff --git a/server/core/config.c b/server/core/config.c index 03e55fd22..58f2f242d 100644 --- a/server/core/config.c +++ b/server/core/config.c @@ -2299,9 +2299,11 @@ config_percentage_value(char *str) } static char *InternalRouters[] = { - "debugcli", - "cli", - NULL + "debugcli", + "cli", + "maxinfo", + "binlogrouter", + NULL }; /**