Added maxinfo and binlogrouter to the list of "internal routers".

This commit is contained in:
Markus Makela 2015-09-04 19:30:14 +03:00
parent b44b59c9cd
commit 9a3510ab56

View File

@ -2299,9 +2299,11 @@ config_percentage_value(char *str)
}
static char *InternalRouters[] = {
"debugcli",
"cli",
NULL
"debugcli",
"cli",
"maxinfo",
"binlogrouter",
NULL
};
/**