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 BDBB4104D8 for ; Mon, 13 Jan 2014 20:51:49 +0000 (UTC) Received: (qmail 77612 invoked by uid 500); 13 Jan 2014 20:00:37 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 77431 invoked by uid 500); 13 Jan 2014 20:00:19 -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 77317 invoked by uid 99); 13 Jan 2014 20:00:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jan 2014 20:00:04 +0000 Date: Mon, 13 Jan 2014 20:00:04 +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-6453) Remove dead code in InsertResultSet and flag skipCheckConstraints 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-6453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13869900#comment-13869900 ] ASF subversion and git services commented on DERBY-6453: -------------------------------------------------------- Commit 1557832 from [~myrna] in branch 'code/trunk' [ https://svn.apache.org/r1557832 ] DERBY-6453; Remove dead code in InsertResultSet and flag skipCheckConstraints fixing a javadoc error by removing the javadoc comment relating to the removed parameter skipCheckConstraints > Remove dead code in InsertResultSet and flag skipCheckConstraints > ----------------------------------------------------------------- > > Key: DERBY-6453 > URL: https://issues.apache.org/jira/browse/DERBY-6453 > Project: Derby > Issue Type: Improvement > Components: SQL > Reporter: Dag H. Wanvik > Assignee: Dag H. Wanvik > Priority: Minor > Fix For: 10.11.0.0 > > Attachments: cleanup-misc-2.diff, cleanup-misc-2.stat, cleanup-misc-3.diff, cleanup-misc.diff, cleanup-misc.stat > > > I identified some unused code; a flag that is always false, and code for handling triggers in bulk insert which is unused (by inspection and corroborated by JaCoCo results for our regression tests): we disable bulk insert if there are triggers present, cf. > * DMLModStatementNode#getAllRelevantTriggers -> > adjustDeferredFlag(true) > * InsertResultSet#bulkInsert: > bulkInsert = verifyBulkInsert()-> > : > // bulk insert is disabled for deferred mode inserts > if (constants.deferred) > return false; -- This message was sent by Atlassian JIRA (v6.1.5#6160)