Explorar o código

HPCC-15785 - Improve connection re-use in MySQL driver

Typo caused build break

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman %!s(int64=9) %!d(string=hai) anos
pai
achega
b8c4daad64
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      plugins/mysql/mysqlembed.cpp

+ 1 - 1
plugins/mysql/mysqlembed.cpp

@@ -116,7 +116,7 @@ public:
         {
             if (threadCached || globalCached)
             {
-                Owned<MySQLConnection> cacheEntry = new MySQLConnection(*this);. // Note - takes ownership of this->cacheOptions and this->conn
+                Owned<MySQLConnection> cacheEntry = new MySQLConnection(*this); // Note - takes ownership of this->cacheOptions and this->conn
                 cacheOptions = NULL;
                 conn = NULL;
                 if (threadCached)