Skip to content

Commit

Permalink
MONDRIAN: Oops!
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 3632]
  • Loading branch information
julianhyde committed Jun 1, 2005
1 parent 04e646f commit d733b0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/mondrian/rolap/FastBatchingCellReader.java
Expand Up @@ -122,8 +122,7 @@ boolean loadAggregations() {
long t1 = System.currentTimeMillis();

requestCount = 0;
dirty = false;
if (batches.isEmpty()) {
if (batches.isEmpty() && !dirty) {
return false;
}
Iterator it = batches.values().iterator();
Expand All @@ -137,6 +136,7 @@ boolean loadAggregations() {
LOGGER.debug("loadAggregation (millis): " + (t2 - t1));
}

dirty = false;
return true;
}

Expand Down

0 comments on commit d733b0d

Please sign in to comment.