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 CAFD410E75 for ; Thu, 9 Jan 2014 11:31:36 +0000 (UTC) Received: (qmail 22433 invoked by uid 500); 9 Jan 2014 11:30:23 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 22219 invoked by uid 500); 9 Jan 2014 11:30:04 -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 22125 invoked by uid 99); 9 Jan 2014 11:29:55 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jan 2014 11:29:55 +0000 Date: Thu, 9 Jan 2014 11:29:55 +0000 (UTC) From: "Dag H. Wanvik (JIRA)" To: derby-dev@db.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (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:all-tabpanel ] Dag H. Wanvik reassigned DERBY-6453: ------------------------------------ Assignee: Dag H. Wanvik > 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 > Attachments: 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)