Kaynağa Gözat

Don't clear Database when disconnecting

JDierkse 5 yıl önce
ebeveyn
işleme
76a8f1416f
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  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;
 }