Browse Source

Merge pull request #5756 from jakesmith/hpcc-11288

HPCC-11288 - regression if inside transaction

Reviewed-By: Atilla Vamos <attila.vamos@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 11 years ago
parent
commit
9cb500cd3f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      plugins/fileservices/fileservices.cpp

+ 2 - 0
plugins/fileservices/fileservices.cpp

@@ -1170,6 +1170,8 @@ public:
             transaction = _transaction;
             transaction->start();
         }
+        else
+            transaction = NULL;
     }
     ~CImplicitSuperTransaction()
     {