Преглед изворни кода

Merge branch 'candidate-7.10.x' into candidate-7.12.x

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman пре 4 година
родитељ
комит
d4fd81d45f
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      testing/regress/ecl/indexcachebug.ecl

+ 2 - 0
testing/regress/ecl/indexcachebug.ecl

@@ -18,6 +18,8 @@
 IMPORT STD;
 import $.setup;
 
+#option('disableLocalOptimizations', false);  // Temporarily disable until we can work out a weird caching bug when remote slaves involved
+
 #onwarning (4523, ignore);
 
 prefix := setup.Files(false, false).QueryFilePrefix;