Просмотр исходного кода

HPCC-14490 Mark superfiles in files read with attribute

Signed-off-by: Jake Smith <jake.smith@lexisnexis.com>
Jake Smith 9 лет назад
Родитель
Сommit
712de1c20d
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      common/workunit/workunit.cpp

+ 1 - 0
common/workunit/workunit.cpp

@@ -6201,6 +6201,7 @@ static void _noteFileRead(IDistributedFile *file, IPropertyTree *filesRead)
         }
         if (super)
         {
+            fileTree->setPropBool("@super", true);
             Owned<IDistributedFileIterator> iter = super->getSubFileIterator(false);
             ForEach (*iter)
             {