Initial work on client flags(comprtess, client connect with db), next is authentication check
This commit is contained in:
@ -240,7 +240,7 @@ int gw_route_read_event(DCB* dcb, int epfd) {
|
|||||||
|
|
||||||
fprintf(stderr, "<<< Reading from Client %i bytes: [%s]\n", len, GWBUF_DATA(queue));
|
fprintf(stderr, "<<< Reading from Client %i bytes: [%s]\n", len, GWBUF_DATA(queue));
|
||||||
|
|
||||||
// gw_do_local_authentication(dcb, GWBUF_DATA(queue));
|
gw_mysql_do_authentication(dcb, queue);
|
||||||
|
|
||||||
// Data printed on stderr or handled withot the dcb->func.write
|
// Data printed on stderr or handled withot the dcb->func.write
|
||||||
// so consume it now
|
// so consume it now
|
||||||
|
Reference in New Issue
Block a user