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 3F47410E96 for ; Tue, 14 Jan 2014 14:34:00 +0000 (UTC) Received: (qmail 10569 invoked by uid 500); 14 Jan 2014 14:33:55 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 10337 invoked by uid 500); 14 Jan 2014 14:33:52 -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 10246 invoked by uid 99); 14 Jan 2014 14:33:51 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jan 2014 14:33:51 +0000 Date: Tue, 14 Jan 2014 14:33:51 +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-4750) add documentation to declare global temporary tables to explain expected behavior when used with XA transactions. 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-4750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13870764#comment-13870764 ] ASF subversion and git services commented on DERBY-4750: -------------------------------------------------------- Commit 1558046 from [~chaase3] in branch 'docs/trunk' [ https://svn.apache.org/r1558046 ] DERBY-4750 add documentation to declare global temporary tables to explain expected behavior when used with XA transactions. Modified a Reference Manual topic. Patch: DERBY-4750-2.diff > add documentation to declare global temporary tables to explain expected behavior when used with XA transactions. > ----------------------------------------------------------------------------------------------------------------- > > Key: DERBY-4750 > URL: https://issues.apache.org/jira/browse/DERBY-4750 > Project: Derby > Issue Type: Improvement > Components: Documentation > Affects Versions: 10.7.1.1 > Reporter: Mike Matrigali > Assignee: Kim Haase > Priority: Minor > Attachments: DERBY-4750-2.diff, DERBY-4750.diff, rrefdeclaretemptable.html, rrefdeclaretemptable.html > > > Add the following information to the DECLARED GLOBAL TEMPORARY TABLE documentation, probably in the restrictions section. > Declared Global Temporary Tables can be used in XA transactions, but > can only be declared and accessed within the scope of a single XA transaction. > Derby only can support access to the table until one of the following XA > interfaces is called: > XAResource.end(), XAresource().prepare(), or XAResource.commit() > Derby will automatically drop the temporary table whenever the XA tranaction > commits or aborts, subsequent attempts to access the tables will encounter > table not found errors. -- This message was sent by Atlassian JIRA (v6.1.5#6160)