Merge branch '2.3' into develop
This commit is contained in:
@ -32,6 +32,8 @@ LocalClient::LocalClient(MYSQL_session* session, MySQLProtocol* proto, int fd)
|
||||
, m_self_destruct(false)
|
||||
{
|
||||
MXB_POLL_DATA::handler = LocalClient::poll_handler;
|
||||
m_protocol.owner_dcb = nullptr;
|
||||
m_protocol.stored_query = nullptr;
|
||||
}
|
||||
|
||||
LocalClient::~LocalClient()
|
||||
|
Reference in New Issue
Block a user