Allow filters to be used with binlogrouter

Filters can now be used with the binlogrouter to modify the contents of
the binlog stream now that the correct function call is used.
This commit is contained in:
Markus Mäkelä
2017-07-07 10:37:30 +03:00
parent 54c6e0eb52
commit 96b98845a2
3 changed files with 36 additions and 40 deletions

View File

@ -1974,7 +1974,7 @@ bool blr_send_packet(ROUTER_SLAVE *slave, uint8_t *buf, uint32_t len, bool first
}
slave->stats.n_bytes += GWBUF_LENGTH(buffer);
slave->dcb->func.write(slave->dcb, buffer);
MXS_SESSION_ROUTE_REPLY(slave->dcb->session, buffer);
}
else
{