You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by my...@apache.org on 2013/12/16 19:44:36 UTC

svn commit: r1551307 - /db/derby/code/trunk/java/engine/org/apache/derby/impl/store/raw/log/LogToFile.java

Author: myrnavl
Date: Mon Dec 16 18:44:36 2013
New Revision: 1551307

URL: http://svn.apache.org/r1551307
Log:
DERBY-5196; Correct the layout of log.ctrl as described on the Derby web site
   adding a comment to warn about updating the web site when updating the code.

Modified:
    db/derby/code/trunk/java/engine/org/apache/derby/impl/store/raw/log/LogToFile.java

Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/store/raw/log/LogToFile.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/store/raw/log/LogToFile.java?rev=1551307&r1=1551306&r2=1551307&view=diff
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/impl/store/raw/log/LogToFile.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/impl/store/raw/log/LogToFile.java Mon Dec 16 18:44:36 2013
@@ -2403,6 +2403,9 @@ public final class LogToFile implements 
 
 		<P> MT- synchronized by caller
 	*/
+	// When changing this code, also update the comment at the beginning of
+	// this class, the ControlFileReader of DERBY-5195, and the description
+	// on the web page in http://db.apache.org/derby/papers/logformats.html
 	boolean writeControlFile(StorageFile logControlFileName, long value)
 		 throws IOException, StandardException
 	{