mirror of
https://gitee.com/wangbin579/cetus.git
synced 2024-11-29 18:37:36 +08:00
Fix compression problems for rw version
This commit is contained in:
parent
73ab0f8c4f
commit
b35c63c1df
@ -4111,6 +4111,8 @@ network_mysqld_read_rw_resp(network_mysqld_con *con, network_socket *server, int
|
||||
if (server->recv_queue_uncompress_raw->len == 0) {
|
||||
return ret;
|
||||
}
|
||||
} else {
|
||||
ret = network_mysqld_con_get_packet(chas, server);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user