فهرست منبع

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)