Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 73278 invoked from network); 23 Mar 2007 19:00:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Mar 2007 19:00:55 -0000 Received: (qmail 57846 invoked by uid 500); 23 Mar 2007 19:01:02 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 57808 invoked by uid 500); 23 Mar 2007 19:01:02 -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 57799 invoked by uid 99); 23 Mar 2007 19:01:02 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Mar 2007 12:01:02 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Mar 2007 12:00:53 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 35E1C714075 for ; Fri, 23 Mar 2007 12:00:33 -0700 (PDT) Message-ID: <12839048.1174676433218.JavaMail.jira@brutus> Date: Fri, 23 Mar 2007 12:00:33 -0700 (PDT) From: "Laura Stewart (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Resolved: (DERBY-1520) Document new SYSCS_DIAG tables In-Reply-To: <18871481.1153155254360.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-1520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Laura Stewart resolved DERBY-1520. ---------------------------------- Resolution: Fixed Fix Version/s: 10.3.0.0 Committed revision 521868. > Document new SYSCS_DIAG tables > ------------------------------ > > Key: DERBY-1520 > URL: https://issues.apache.org/jira/browse/DERBY-1520 > Project: Derby > Issue Type: Sub-task > Components: Documentation > Affects Versions: 10.2.1.6 > Reporter: Stan Bradbury > Assigned To: Laura Stewart > Fix For: 10.3.0.0 > > Attachments: derby1520_1.diff, derby1520_2.diff, derby1520_3.diff, derby1520_4.diff, derby1520_5.diff, derby1520_6.diff, derby1520_7.diff, refderby.ditamap, rrefsyscsdiagtables.html, rrefsyscsdiagtables.html, rrefsyscsdiagtables.html, rrefsyscsdiagtables.html, rrefsyscsdiagtables.html > > > See comments for DERBY-571 for initial documentation discussion. The new tables (mapped to the old Diagnostic VTIs) are: > The old style syntax will remain in place for 10.2, but become deprecated. > The tables to be implemented in this change are: > SYSCS_DIAG.LOCK_TABLE replaces org.apache.derby.diag.LockTable > SYSCS_DIAG.STATEMENT_CACHE replaces org.apache.derby.diag.StatementCache > SYSCS_DIAG.TRANSACTION_TABLE replaces org.apache.derby.diag.TransactionTable > SYSCS_DIAG.ERROR_MESSAGES replaces org.apache.derby.diag.ErrorMessages > The information about the tables can be found in the javadoc for the class listed above. > That can be found at: > http://db.apache.org/derby/javadoc/engine/ > click on the org.apache.derby.diag link in the Packages table, then select each class, e.g. LockTable to see the info. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.