Explorar o código

Don't clear Database when disconnecting

JDierkse %!s(int64=5) %!d(string=hai) anos
pai
achega
76a8f1416f
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      MySQL/MySQLClientImpl.cpp

+ 0 - 1
MySQL/MySQLClientImpl.cpp

@@ -167,7 +167,6 @@ void MySQLClientImpl::InternalConnect()
 void MySQLClientImpl::InternalDisconnect()
 {
 	m_pConnection.reset();
-	m_database = "";
 	m_connected = false;
 }