Explorar el Código

Don't clear Database when disconnecting

JDierkse hace 5 años
padre
commit
76a8f1416f
Se han modificado 1 ficheros con 0 adiciones y 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;
 }