Selaa lähdekoodia

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 vuotta sitten
vanhempi
commit
9cb500cd3f
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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()
     {