You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by ma...@apache.org on 2011/03/28 23:59:06 UTC

svn commit: r1086418 - /db/derby/code/branches/10.7/tools/ant/properties/release.properties

Author: mamta
Date: Mon Mar 28 21:59:06 2011
New Revision: 1086418

URL: http://svn.apache.org/viewvc?rev=1086418&view=rev
Log:
DERBY-5121 Data corruption when executing an UPDATE trigger

DERBY-5121 corruption is caused by the changes that went in for DERBY-1482. DERBY-1482 changes went into 10.7 codeline and trunk. 
There is already a release out off of 10.7 with DERBY-1482 changes and that release is 10.7.1.1. We haven't had a release off of
trunk codeline yet and hence there are no corrupt databases based of trunk codelines but there can be corrupt databases based
off 10.7.1.1 release.

The fix for courrption problem is to back out DERBY-1482 changes. Since 10.7.1.1, We have backed out DERBY-1482 changes from 10.7
and trunk codeline and this fix will be available in the next subsequent releases for those 2 codelines. 

As for the existing 10,7.1.1 users, they need to make sure that their 10.7.1.1 databases get upgraded to next release with 
DERBY-1482 changes backed out. As part of the upgrades, the corrupt trigger action SPSes will get marked invalid and when they get 
fired next time around, correct trigger action SPSes will be generated for them,

In order to provide this upgrade path to fix corrupt triggers, we need to increment the point release number for 10.7.

With this checkin, I am bumping the release number for next 10.7 release. This will ensure that the upgrade path will be followed
and the trigger action SPSes will get fixed because now we have backed out DERBY-1482 changes.



Modified:
    db/derby/code/branches/10.7/tools/ant/properties/release.properties

Modified: db/derby/code/branches/10.7/tools/ant/properties/release.properties
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.7/tools/ant/properties/release.properties?rev=1086418&r1=1086417&r2=1086418&view=diff
==============================================================================
--- db/derby/code/branches/10.7/tools/ant/properties/release.properties (original)
+++ db/derby/code/branches/10.7/tools/ant/properties/release.properties Mon Mar 28 21:59:06 2011
@@ -15,7 +15,7 @@
 
 
 drdamaint=0
-maint=1000003
+maint=1000004
 major=10
 minor=7
 eversion=10.7
@@ -23,4 +23,4 @@ beta=false
 copyright.comment=Copyright 1997, 2010 The Apache Software Foundation or its licensors, as applicable.
 vendor=The Apache Software Foundation
 copyright.year=2010
-release.id.long=10.7.1.3
+release.id.long=10.7.1.4