Added logging for case where route hint is to slave.
This commit is contained in:
@ -1137,6 +1137,12 @@ static route_target_t get_route_target (
|
|||||||
"was expected.",
|
"was expected.",
|
||||||
(char *)hint->data)));
|
(char *)hint->data)));
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
else if (hint->type == HINT_ROUTE_TO_SLAVE)
|
||||||
|
{
|
||||||
|
LOGIF(LT, (skygw_log_write(
|
||||||
|
LOGFILE_TRACE,
|
||||||
|
"Hint: route to slave.")));
|
||||||
}
|
}
|
||||||
hint = hint->next;
|
hint = hint->next;
|
||||||
} /*< while (hint != NULL) */
|
} /*< while (hint != NULL) */
|
||||||
|
Reference in New Issue
Block a user