Reset client connection when client issues a CHANGE_USER command

pull/3144/head
René Cannaò 6 years ago
parent ed23f56473
commit 045bb460b1

@ -550,6 +550,11 @@ void MySQL_Session::reset() {
}
}
}
if (client_myds) {
if (client_myds->myconn) {
client_myds->myconn->reset();
}
}
}
MySQL_Session::~MySQL_Session() {

Loading…
Cancel
Save