瀏覽代碼

HPCC-10855 In standalone mode, Roxie should default to allFilesDynamic

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 11 年之前
父節點
當前提交
bb0bf8ff89
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      roxie/ccd/ccdmain.cpp

+ 1 - 1
roxie/ccd/ccdmain.cpp

@@ -498,7 +498,7 @@ int STARTQUERY_API start_query(int argc, const char *argv[])
                 throw MakeStringException(ROXIE_INVALID_TOPOLOGY, "topology file %s not found", topologyFile.str());
             }
             topology=createPTreeFromXMLString(
-                "<RoxieTopology localSlave='1'>"
+                "<RoxieTopology allFilesDynamic='1' localSlave='1'>"
                 " <RoxieFarmProcess/>"
                 " <RoxieServerProcess netAddress='.'/>"
                 "</RoxieTopology>"