diff --git a/MySQL/MySQLClientImpl.cpp b/MySQL/MySQLClientImpl.cpp index 7f338bc..fb9f4a5 100644 --- a/MySQL/MySQLClientImpl.cpp +++ b/MySQL/MySQLClientImpl.cpp @@ -167,7 +167,6 @@ void MySQLClientImpl::InternalConnect() void MySQLClientImpl::InternalDisconnect() { m_pConnection.reset(); - m_database = ""; m_connected = false; }