You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2014/02/11 14:28:53 UTC

svn commit: r1567116 - /subversion/branches/1.8.x/STATUS

Author: rhuijben
Date: Tue Feb 11 13:28:53 2014
New Revision: 1567116

URL: http://svn.apache.org/r1567116
Log:
* STATUS: Nominate r1567109.

Modified:
    subversion/branches/1.8.x/STATUS

Modified: subversion/branches/1.8.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.8.x/STATUS?rev=1567116&r1=1567115&r2=1567116&view=diff
==============================================================================
--- subversion/branches/1.8.x/STATUS (original)
+++ subversion/branches/1.8.x/STATUS Tue Feb 11 13:28:53 2014
@@ -189,6 +189,17 @@ Candidate changes:
      +1: (without r1567034) breser, brane
      +1: rhuijben
 
+ * r1567109
+   Fix an sqlite query definition to always return its rows in the order the
+   C code expects them to be. This resolves some potential problems in the
+   move logic on update/switch.
+   Justification:
+     Sqlite tries to execute queries in an 'optimal' way, but how this is
+     depends on factors like SQLITE_ENABLE_STAT3, code improvements in Sqlite,
+     etc. We shouldn't rely on a specific execution plan for correct behavior.
+   Votes:
+     +1: rhuijben
+
 Veto-blocked changes:
 =====================