Merge branch 'Z2' of https://github.com/skysql/MaxScale into testing_makefile_fix
This commit is contained in:
commit
430cd8d140
@ -1137,6 +1137,12 @@ static route_target_t get_route_target (
|
||||
"was expected.",
|
||||
(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;
|
||||
} /*< while (hint != NULL) */
|
||||
|
Loading…
x
Reference in New Issue
Block a user