|
@@ -3105,7 +3105,8 @@ void FileSprayer::updateTargetProperties()
|
|
|
(stricmp(aname,"@owner")==0)||
|
|
|
((stricmp(aname,FArecordCount)==0)&&!gotrc) ||
|
|
|
((stricmp(aname,"@blockCompressed")==0)&©Compressed) ||
|
|
|
- ((stricmp(aname,"@rowCompressed")==0)&©Compressed)
|
|
|
+ ((stricmp(aname,"@rowCompressed")==0)&©Compressed)||
|
|
|
+ (stricmp(aname,"@local")==0)
|
|
|
)
|
|
|
)
|
|
|
curProps.setProp(aname,aiter->queryValue());
|