소스 검색

Don't clear Database when disconnecting

JDierkse 5 년 전
부모
커밋
76a8f1416f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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;
 }