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 7771728CD for ; Tue, 3 May 2011 12:37:44 +0000 (UTC) Received: (qmail 17642 invoked by uid 500); 3 May 2011 12:37:44 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 17623 invoked by uid 500); 3 May 2011 12:37:44 -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 17616 invoked by uid 99); 3 May 2011 12:37:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 May 2011 12:37:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 May 2011 12:37:42 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 267DEBF484 for ; Tue, 3 May 2011 12:37:03 +0000 (UTC) Date: Tue, 3 May 2011 12:37:03 +0000 (UTC) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Message-ID: <95485740.18354.1304426223154.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (DERBY-5213) Write tests to verify the interaction of TRUNCATE TABLE and online backup MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Write tests to verify the interaction of TRUNCATE TABLE and online backup ------------------------------------------------------------------------- Key: DERBY-5213 URL: https://issues.apache.org/jira/browse/DERBY-5213 Project: Derby Issue Type: Task Components: SQL, Store Affects Versions: 10.9.0.0 Reporter: Rick Hillegas An uncommitted TRUNCATE TABLE command does not block online backup. We should verify that the online and backed up databases are both in a consistent state. At a minimum, we should test the following: o uncommitted truncate table followed by online backup and then access the backup copy and access the table. should see the old data. o uncommitred truncate table, followed by online backup that keeps logs, then commit the truncate, and then access the table in the backup. For more information, please see this email thread: http://old.nabble.com/truncating-a-table-vs-online-backup-to31524933.html#a31524933 -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira