瀏覽代碼

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

Typo caused build break

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 9 年之前
父節點
當前提交
b8c4daad64
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)