Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 76598 invoked from network); 29 Mar 2006 18:53:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Mar 2006 18:53:18 -0000 Received: (qmail 5154 invoked by uid 500); 29 Mar 2006 18:53:16 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 5122 invoked by uid 500); 29 Mar 2006 18:53:16 -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 5113 invoked by uid 99); 29 Mar 2006 18:53:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Mar 2006 10:53:16 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Mar 2006 10:53:15 -0800 Received: from ajax (localhost.localdomain [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 1410D6ACAB for ; Wed, 29 Mar 2006 19:52:55 +0100 (BST) Message-ID: <1323019623.1143658375069.JavaMail.jira@ajax> Date: Wed, 29 Mar 2006 19:52:55 +0100 (BST) From: "Andrew McIntyre (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-1123) Derby Reference Manual - SYSCS_UTIL.SYSCS_CHECK_TABLE In-Reply-To: <536502062.1142591785276.JavaMail.jira@ajax> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-1123?page=all ] Andrew McIntyre updated DERBY-1123: ----------------------------------- Fix Version: 10.2.0.0 (was: 10.1.2.3) > Derby Reference Manual - SYSCS_UTIL.SYSCS_CHECK_TABLE > ----------------------------------------------------- > > Key: DERBY-1123 > URL: http://issues.apache.org/jira/browse/DERBY-1123 > Project: Derby > Type: Bug > Components: Documentation > Versions: 10.1.2.3 > Environment: DITA files > Reporter: Halley Pacheco de Oliveira > Fix For: 10.2.0.0 > Attachments: SYSCS_CHECK_TABLE.diff > > In SYSCS_UTIL.SYSCS_CHECK_TABLE is written: > The SYSCS_UTIL.SYSCS_CHECK_TABLE function checks the specified table, ensuring that all of its indexes are consistent with the base table. When tables are consistent, the method returns a SMALLINT with value 1. If the tables are inconsistent, the function will throw an exception. > I think that in the last two sentences of this paragraph the word "tables" should be changed to "indexes", because it is the indexes that are being tested for consistency with the base table, and to maintain the word "tables" it should be in the singular (table) and not in the plural (tables), because the function tests just one table at each call. > So the patched paragraph becomes: > The SYSCS_UTIL.SYSCS_CHECK_TABLE function checks the specified table, ensuring that all of its indexes are consistent with the base table. When indexes are consistent, the method returns a SMALLINT with value 1. If the indexes are inconsistent, the function will throw an exception. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira