Sfoglia il codice sorgente

HPCC-11288 - regression if inside transaction

Signed-off-by: Jake Smith <jake.smith@lexisnexis.com>
Jake Smith 11 anni fa
parent
commit
4fea842a59
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      plugins/fileservices/fileservices.cpp

+ 2 - 0
plugins/fileservices/fileservices.cpp

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