Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DD1EA10597 for ; Thu, 12 Dec 2013 20:51:07 +0000 (UTC) Received: (qmail 58643 invoked by uid 500); 12 Dec 2013 20:51:07 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 58620 invoked by uid 500); 12 Dec 2013 20:51:07 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 58581 invoked by uid 99); 12 Dec 2013 20:51:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Dec 2013 20:51:07 +0000 Date: Thu, 12 Dec 2013 20:51:07 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: derby-dev@db.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DERBY-5196) Correct the layout of log.ctrl as described on the Derby web site MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DERBY-5196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13846724#comment-13846724 ] ASF subversion and git services commented on DERBY-5196: -------------------------------------------------------- Commit 1550525 from [~myrna] in branch 'code/trunk' [ https://svn.apache.org/r1550525 ] DERBY-5196; Correct the layout of log.ctrl as described on the Derby web site fixing the header in the source file > Correct the layout of log.ctrl as described on the Derby web site > ----------------------------------------------------------------- > > Key: DERBY-5196 > URL: https://issues.apache.org/jira/browse/DERBY-5196 > Project: Derby > Issue Type: Improvement > Components: Web Site > Affects Versions: 10.9.1.0 > Reporter: Rick Hillegas > Attachments: DERBY-5865.diff, DERBY-5865_web.diff > > > The Derby web site describes the layout of the log control file, log.ctrl, here: http://db.apache.org/derby/papers/logformats.html#Format+of+Log+Control+File This description does not agree with the format actually produced by LogToFile.writeControlFile(). That format can be examined using the ControlFileReader tool attached to DERBY-5195. The description on the web site should be corrected. -- This message was sent by Atlassian JIRA (v6.1.4#6159)