1. Applied changes suggested from Markus.

2. tpmfilter now prints username of the client instead of the hostname
of the target server.
This commit is contained in:
Dong Young Yoon
2016-12-16 02:32:02 -05:00
committed by Markus Mäkelä
parent b0d507bf4c
commit 3e6cbeff19
4 changed files with 7 additions and 6 deletions

View File

@ -895,7 +895,6 @@ gw_read_and_write(DCB *dcb)
if (session_ok_to_route(dcb))
{
gwbuf_set_type(stmt, GWBUF_TYPE_MYSQL);
stmt->server = dcb->server;
session->service->router->clientReply(session->service->router_instance,
session->router_session,
stmt, dcb);