<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel">
    <title>gmane.comp.apache.db.derby.devel</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95710"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95709"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95708"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95707"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95706"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95705"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95704"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95703"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95702"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95701"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95700"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95699"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95698"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95697"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95696"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95695"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95694"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95693"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95692"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95691"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95710">
    <title>[jira] [Created] (DERBY-5785) investigate improving identity column performance by reusing nested transaction</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95710</link>
    <description>&lt;pre&gt;Mike Matrigali created DERBY-5785:
-------------------------------------

             Summary: investigate improving identity column performance by reusing nested transaction
                 Key: DERBY-5785
                 URL: https://issues.apache.org/jira/browse/DERBY-5785
             Project: Derby
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 10.8.2.2
            Reporter: Mike Matrigali
            Priority: Minor


Currently every insert of row with an identity column creates a nested user transaction to update the 
value in syscolumns, and then destroys it.  It seems like this transaction could be cached in the user
context and then reused.  I believe this is what is done for the nested read only transaction that is used
for compiling statements.  

The change may improve performance and also lead to less objects being created/destroyed per insert.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIR&lt;/pre&gt;</description>
    <dc:creator>Mike Matrigali (JIRA</dc:creator>
    <dc:date>2012-05-25T16:44:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95709">
    <title>[jira] [Comment Edited] (DERBY-5494) Same value returned by successive calls to a sequence generator flanking an unorderly shutdown.</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95709</link>
    <description>&lt;pre&gt;
    [ https://issues.apache.org/jira/browse/DERBY-5494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=13283582#comment-13283582 ] 

Mike Matrigali edited comment on DERBY-5494 at 5/25/12 4:38 PM:
----------------------------------------------------------------

Here is proposed fix for performance degredation of identity columns caused by previous patch.  All tests passed for me running sane, classes, write sync disabled, and no special handling for upgrade tests.  I am concerned that tests took a lot longer (9+ hours) vs around 6 hours for runs in the past on this new machine doing sane, classes, write sync enabled, but I changed both the write sync option and the patch so don't have a good baseline.  Am running more tests before commit.

The patch changes some interfaces to allow creaters of nested user transactions to set the default sync on transaction end when they
create the transaction, rather than just relying on type of transaction.  The previous patch set th&lt;/pre&gt;</description>
    <dc:creator>Mike Matrigali (JIRA</dc:creator>
    <dc:date>2012-05-25T16:38:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95708">
    <title>[jira] [Updated] (DERBY-5494) Same value returned by successive calls to a sequence generator flanking an unorderly shutdown.</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95708</link>
    <description>&lt;pre&gt;
     [ https://issues.apache.org/jira/browse/DERBY-5494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Matrigali updated DERBY-5494:
----------------------------------

    Attachment: derby-5494_3.diff

Here is proposed fix for performance degredation of identity columns caused by previous patch.  All tests passed for me running sane, classes, write sync disabled, and no special handling for upgrade tests.  I am concerned that tests took a lot longer (9+ hours) vs around 6 hours for runs in the past on this new machine doing sane, classes, write sync enabled, but I changed both the write sync option and the patch so don't have a good baseline.  Am running more tests before commit.
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       &lt;/pre&gt;</description>
    <dc:creator>Mike Matrigali (JIRA</dc:creator>
    <dc:date>2012-05-25T16:34:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95707">
    <title>Regression Test Report - Daily 1342306 - Sun DBTG</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95707</link>
    <description>&lt;pre&gt;[Auto-generated mail]

*Daily* 1342306/2012-05-24 18:00:08 MEST

Failed  Tests    OK  Skip  Duration       Suite
-------------------------------------------------------
*Jvm: 1.7*
 lin
    0    15840    15840     0   .%     suitesAll
    0    15    15     0   .%     jdbcapiAutoLoad
    0    14    14     0   .%     JDBCDriversAll
    0    15    15     0   .%     JDBCDriversClient
    0    14    14     0   .%     JDBCDriversEmbedded
    0    166    166     0   .%     derbyall
    0    2    2     0   .%     compatibility
    0    2    2     0   .%     demoSuite
 sol
    0    15840    15840     0   .%     suitesAll
    0    15    15     0   .%     jdbcapiAutoLoad
    0    14    14     0   .%     JDBCDriversAll
    0    15    15     0   .%     JDBCDriversClient
    0    14    14     0   .%     JDBCDriversEmbedded
    0    166    166     0   .%     derbyall
    0    2    2     0   .%     compatibility
    0    2    2     0   .%     demoSuite
 sol32
    0    15840    15840     0   .%     suitesAll
    0    15    15&lt;/pre&gt;</description>
    <dc:creator>Ole.Solberg-veTT2BtV2gBXrIkS9f7CXA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-25T15:55:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95706">
    <title>[jira] [Updated] (DERBY-5688) Track tasks needed to produce the 10.9.1 release</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95706</link>
    <description>&lt;pre&gt;
     [ https://issues.apache.org/jira/browse/DERBY-5688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick Hillegas updated DERBY-5688:
---------------------------------

    Attachment: derby-5688-04-aa-addBranchToWebsite.diff

Attaching derby-5688-04-aa-addBranchToWebsite.diff, which adds 10.9 to the list of branches on our website. Committed at subversion revision 1342683.
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

&lt;/pre&gt;</description>
    <dc:creator>Rick Hillegas (JIRA</dc:creator>
    <dc:date>2012-05-25T15:23:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95705">
    <title>[jira] [Updated] (DERBY-5784) Setting a parameter as NUMERIC fails to match stored value, but setting the parameter as untyped does match</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95705</link>
    <description>&lt;pre&gt;
     [ https://issues.apache.org/jira/browse/DERBY-5784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick Hillegas updated DERBY-5784:
---------------------------------

    Attachment: DERBY_5784.java

Attaching repro.
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

&lt;/pre&gt;</description>
    <dc:creator>Rick Hillegas (JIRA</dc:creator>
    <dc:date>2012-05-25T14:44:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95704">
    <title>[jira] [Created] (DERBY-5784) Setting a parameter as NUMERIC fails to match stored value, but setting the parameter as untyped does match</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95704</link>
    <description>&lt;pre&gt;Rick Hillegas created DERBY-5784:
------------------------------------

             Summary: Setting a parameter as NUMERIC fails to match stored value, but setting the parameter as untyped does match
                 Key: DERBY-5784
                 URL: https://issues.apache.org/jira/browse/DERBY-5784
             Project: Derby
          Issue Type: Bug
          Components: JDBC
    Affects Versions: 10.10.0.0
            Reporter: Rick Hillegas


I will attach a repro. The behavior should be the same according to table B-4 in the JDBC spec. Lance Andersen reports that other databases find the row using both setObject() overloads.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

&lt;/pre&gt;</description>
    <dc:creator>Rick Hillegas (JIRA</dc:creator>
    <dc:date>2012-05-25T14:42:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95703">
    <title>[jira] [Closed] (DERBY-5508) Improve backup/restore documentation visibility and content to encourage proper backups and restore procedures</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95703</link>
    <description>&lt;pre&gt;
     [ https://issues.apache.org/jira/browse/DERBY-5508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kim Haase closed DERBY-5508.
----------------------------


Changes have appeared in Latest Alpha Manuals.
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

&lt;/pre&gt;</description>
    <dc:creator>Kim Haase (JIRA</dc:creator>
    <dc:date>2012-05-25T14:16:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95702">
    <title>[jira] [Closed] (DERBY-5590) Document optional modifyThreadGroup permssion in java 2 security permissions</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95702</link>
    <description>&lt;pre&gt;
     [ https://issues.apache.org/jira/browse/DERBY-5590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kim Haase closed DERBY-5590.
----------------------------


Changes have appeared in Latest Alpha Manuals.
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

&lt;/pre&gt;</description>
    <dc:creator>Kim Haase (JIRA</dc:creator>
    <dc:date>2012-05-25T14:02:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95701">
    <title>[jira] [Closed] (DERBY-5691) Document that  Write Caching  must be disabled to avoid possible database corruption</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95701</link>
    <description>&lt;pre&gt;
     [ https://issues.apache.org/jira/browse/DERBY-5691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kim Haase closed DERBY-5691.
----------------------------


Changes have appeared in Latest Alpha Manuals.
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

&lt;/pre&gt;</description>
    <dc:creator>Kim Haase (JIRA</dc:creator>
    <dc:date>2012-05-25T13:58:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95700">
    <title>[jira] [Closed] (DERBY-5758) System procedures in Reference Manual should be alphabetized</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95700</link>
    <description>&lt;pre&gt;
     [ https://issues.apache.org/jira/browse/DERBY-5758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kim Haase closed DERBY-5758.
----------------------------


Changes have appeared in Latest Alpha Manuals.
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

&lt;/pre&gt;</description>
    <dc:creator>Kim Haase (JIRA</dc:creator>
    <dc:date>2012-05-25T13:54:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95699">
    <title>[jira] [Closed] (DERBY-5566) CREATE SCHEMA should state that one cannot create a new schema starting with "SYS" in case normal form</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95699</link>
    <description>&lt;pre&gt;
     [ https://issues.apache.org/jira/browse/DERBY-5566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kim Haase closed DERBY-5566.
----------------------------


Changes have appeared in Latest Alpha Manuals.
                


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

&lt;/pre&gt;</description>
    <dc:creator>Kim Haase (JIRA</dc:creator>
    <dc:date>2012-05-25T13:50:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95698">
    <title>[jira] [Closed] (DERBY-5769) Notes deprecating BUILTIN authentication need fixing</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95698</link>
    <description>&lt;pre&gt;
     [ https://issues.apache.org/jira/browse/DERBY-5769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kim Haase closed DERBY-5769.
----------------------------


Changes have appeared in Latest Alpha Manuals.
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

&lt;/pre&gt;</description>
    <dc:creator>Kim Haase (JIRA</dc:creator>
    <dc:date>2012-05-25T13:50:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95697">
    <title>[jira] [Closed] (DERBY-5756) Document new SYSCS_DROP_STATISTICS procedure</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95697</link>
    <description>&lt;pre&gt;
     [ https://issues.apache.org/jira/browse/DERBY-5756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kim Haase closed DERBY-5756.
----------------------------


Changes have appeared in Latest Alpha Manuals.
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

&lt;/pre&gt;</description>
    <dc:creator>Kim Haase (JIRA</dc:creator>
    <dc:date>2012-05-25T13:46:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95696">
    <title>[jira] [Closed] (DERBY-5767) Remove mentions of NATIVE::LOCAL authentication provider setting</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95696</link>
    <description>&lt;pre&gt;
     [ https://issues.apache.org/jira/browse/DERBY-5767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kim Haase closed DERBY-5767.
----------------------------


Changes have appeared in Latest Alpha Manuals.
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

&lt;/pre&gt;</description>
    <dc:creator>Kim Haase (JIRA</dc:creator>
    <dc:date>2012-05-25T13:42:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95695">
    <title>[jira] [Closed] (DERBY-5763) Reference Guide should note the new casing rules for the USERNAME arguments to the NATIVE procedures</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95695</link>
    <description>&lt;pre&gt;
     [ https://issues.apache.org/jira/browse/DERBY-5763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kim Haase closed DERBY-5763.
----------------------------


Changes have appeared in Latest Alpha Manuals.
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

&lt;/pre&gt;</description>
    <dc:creator>Kim Haase (JIRA</dc:creator>
    <dc:date>2012-05-25T13:40:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95694">
    <title>[jira] [Closed] (DERBY-5591) Imprecise wording in documentation in ref man on DROP VIEW</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95694</link>
    <description>&lt;pre&gt;
     [ https://issues.apache.org/jira/browse/DERBY-5591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kim Haase closed DERBY-5591.
----------------------------


Changes have appeared in Latest Alpha Manuals.
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

&lt;/pre&gt;</description>
    <dc:creator>Kim Haase (JIRA</dc:creator>
    <dc:date>2012-05-25T13:34:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95693">
    <title>[jira] [Commented] (DERBY-118) Allow any build-in function as default values in table create for columns</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95693</link>
    <description>&lt;pre&gt;
    [ https://issues.apache.org/jira/browse/DERBY-118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=13283338#comment-13283338 ] 

Dag H. Wanvik commented on DERBY-118:
-------------------------------------

Regressions showed no problems, building tests.
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

&lt;/pre&gt;</description>
    <dc:creator>Dag H. Wanvik (JIRA</dc:creator>
    <dc:date>2012-05-25T12:28:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95692">
    <title>[jira] [Updated] (DERBY-5783) Remove duplicated code for starting remote processes in replication tests</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95692</link>
    <description>&lt;pre&gt;
     [ https://issues.apache.org/jira/browse/DERBY-5783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Knut Anders Hatlen updated DERBY-5783:
--------------------------------------

    Issue &amp;amp; fix info: Patch Available
    

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

&lt;/pre&gt;</description>
    <dc:creator>Knut Anders Hatlen (JIRA</dc:creator>
    <dc:date>2012-05-25T11:58:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95691">
    <title>[jira] [Updated] (DERBY-5783) Remove duplicated code for starting remote processes in replication tests</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95691</link>
    <description>&lt;pre&gt;
     [ https://issues.apache.org/jira/browse/DERBY-5783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Knut Anders Hatlen updated DERBY-5783:
--------------------------------------

    Attachment: d5783-1a.diff

The attached patch replaces two calls to the three-arg runUserCommandRemotely() method with calls to the four-arg variant of the method, and removes three methods that become unused because of the change.

Replication tests passed with the patch.
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

&lt;/pre&gt;</description>
    <dc:creator>Knut Anders Hatlen (JIRA</dc:creator>
    <dc:date>2012-05-25T11:58:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95690">
    <title>[jira] [Created] (DERBY-5783) Remove duplicated code for starting remote processes in replication tests</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/95690</link>
    <description>&lt;pre&gt;Knut Anders Hatlen created DERBY-5783:
-----------------------------------------

             Summary: Remove duplicated code for starting remote processes in replication tests
                 Key: DERBY-5783
                 URL: https://issues.apache.org/jira/browse/DERBY-5783
             Project: Derby
          Issue Type: Improvement
          Components: Test
    Affects Versions: 10.10.0.0
            Reporter: Knut Anders Hatlen
            Assignee: Knut Anders Hatlen
            Priority: Minor


ReplicationRun has two copies of each of the methods runUserCommand(), runUserCommandRemotely() and processOutput(). One variant takes an id parameter (used only in debug output), and one doesn't. It would be sufficient to have one copy of each of these methods.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http:&lt;/pre&gt;</description>
    <dc:creator>Knut Anders Hatlen (JIRA</dc:creator>
    <dc:date>2012-05-25T11:54:23</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.apache.db.derby.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.apache.db.derby.devel</link>
  </textinput>
</rdf:RDF>

