Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 7963 invoked from network); 27 Jul 2006 23:12:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jul 2006 23:12:39 -0000 Received: (qmail 56363 invoked by uid 500); 27 Jul 2006 23:12:38 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 56338 invoked by uid 500); 27 Jul 2006 23:12:38 -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 56329 invoked by uid 99); 27 Jul 2006 23:12:38 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jul 2006 16:12:38 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jul 2006 16:12:38 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 50AAC7141E3 for ; Thu, 27 Jul 2006 23:10:14 +0000 (GMT) Message-ID: <16959446.1154041814300.JavaMail.jira@brutus> Date: Thu, 27 Jul 2006 16:10:14 -0700 (PDT) From: "Daniel John Debrunner (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-1579) Remove SYS.SYSREQUIREDPERM from Derby 10.2. This was added for Grant Revoke functionality In-Reply-To: <14943873.1153724233826.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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-1579?page=all ] Daniel John Debrunner updated DERBY-1579: ----------------------------------------- Urgency: Urgent (was: Normal) Priority: Minor (was: Major) Easier for future upgrades if this now unused table never makes it into a release. > Remove SYS.SYSREQUIREDPERM from Derby 10.2. This was added for Grant Revoke functionality > ----------------------------------------------------------------------------------------- > > Key: DERBY-1579 > URL: http://issues.apache.org/jira/browse/DERBY-1579 > Project: Derby > Issue Type: Improvement > Components: SQL > Affects Versions: 10.2.0.0 > Reporter: Mamta A. Satoor > Priority: Minor > Fix For: 10.2.0.0 > > > With the Grant Revoke functionality. Derby engine needs to keep track of view/constraint/trigger's dependencies on various privileges. SYS.SYSREQUIREDPERM table was added for this purpose. But these depdencies can be mantained using the existing Dependency Manager. I have done quite a bit of work using Dependency Manager for Grant Revoke and do not see a need for SYS.SYSREQUIREDPERM. Before 10.2 release, we should drop SYS.SYSREQUIREDPERM from the Derby code and update the Grant/Revoke functional spec accordingly. -- 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