Parcourir la source

Don't clear Database when disconnecting

JDierkse il y a 5 ans
Parent
commit
76a8f1416f
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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;
 }