/[Apache-SVN]/incubator/derby/code/trunk/java/engine/org/apache/derby/impl/store/raw/data/FileContainer.java
ViewVC logotype

Diff of /incubator/derby/code/trunk/java/engine/org/apache/derby/impl/store/raw/data/FileContainer.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- incubator/derby/code/trunk/java/engine/org/apache/derby/impl/store/raw/data/FileContainer.java	2005/05/04 00:00:52	168024
+++ incubator/derby/code/trunk/java/engine/org/apache/derby/impl/store/raw/data/FileContainer.java	2005/05/04 00:16:44	168025
@@ -1399,13 +1399,9 @@ public abstract class FileContainer
 				prev_alloc_page = null;
             }
 
-            System.out.println("calling flushAll()");
-
             // flush all changes to this file from cache.
             flushAll();
 
-            System.out.println("calling discard."); 
-
             // make sure all truncated pages are removed from the cache,
             // as it will get confused in the future if we allocate the same
             // page again, but find an existing copy of it in the cache - 

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26