From 9a3510ab5699505e1817085c85ccaada6725f2ea Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Fri, 4 Sep 2015 19:30:14 +0300 Subject: [PATCH] Added maxinfo and binlogrouter to the list of "internal routers". --- server/core/config.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 }; /**