Merge branch 'develop' into 1.2.1-binlog_router_trx

This commit is contained in:
MassimilianoPinto
2015-09-04 22:33:34 +02:00

View File

@ -979,7 +979,7 @@ process_config_context(CONFIG_CONTEXT *context)
s = strtok_r(NULL, ",", &lasts); s = strtok_r(NULL, ",", &lasts);
} }
} }
else if (servers == NULL && !isInternalService(router) && strcmp(router,"binlogrouter")) else if (servers == NULL && !isInternalService(router))
{ {
LOGIF(LE, (skygw_log_write_flush( LOGIF(LE, (skygw_log_write_flush(
LOGFILE_ERROR, LOGFILE_ERROR,
@ -2299,9 +2299,11 @@ config_percentage_value(char *str)
} }
static char *InternalRouters[] = { static char *InternalRouters[] = {
"debugcli", "debugcli",
"cli", "cli",
NULL "maxinfo",
"binlogrouter",
NULL
}; };
/** /**