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 2015/03/11 10:11:50 UTC

svn commit: r1665814 - /subversion/branches/1.9.x/STATUS

Author: rhuijben
Date: Wed Mar 11 09:11:49 2015
New Revision: 1665814

URL: http://svn.apache.org/r1665814
Log:
* STATUS: Combine vote after the r1664531 group was approved.

Modified:
    subversion/branches/1.9.x/STATUS

Modified: subversion/branches/1.9.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.9.x/STATUS?rev=1665814&r1=1665813&r2=1665814&view=diff
==============================================================================
--- subversion/branches/1.9.x/STATUS (original)
+++ subversion/branches/1.9.x/STATUS Wed Mar 11 09:11:49 2015
@@ -147,23 +147,6 @@ Other candidate changes:
    Votes:
      +1: rhuijben, brane
 
- * r1664476, r1664480, r1664481, r1664483, r1664507, r1664520, r1664521, r1664523, r1664526, r1664527
-   Automatic create sqlite_stat1 table in wc.db if it doesn't exist.
-   Justification:
-     Avoid performance regression on some old working copies.
-   Notes:
-     This stats table provides very valuable hints to the sqlite query
-     optimizer. Sqlite 3.8.x needs this for most of our queries.
-     .
-     See "Manual Control Of Query Plans Using SQLITE_STAT Tables"
-     on https://www.sqlite.org/optoverview.html#manctrl
-   Votes:
-     +1: philip, brane
-     +1: rhuijben (r1664476, r1664480, r1664481, r1664483, r1664507)
-     +1: rhuijben (r1664521, r1664523, r1664526, r1664527) after merging the
-         r1664531 group. Until then +0.5 as the new test causes a 14 sec
-         delay in the testsuite even on a ramdrive.
-
  * r1664653
    Fix segfault when performing 'svn cp --pin-externals WC URL' against old
    server over http.
@@ -261,3 +244,16 @@ Approved changes:
      reducing the number of db operations.
    Votes:
      +1: rhuijben, philip, brane
+
+ * r1664476, r1664480, r1664481, r1664483, r1664507, r1664520, r1664521, r1664523, r1664526, r1664527
+   Automatic create sqlite_stat1 table in wc.db if it doesn't exist.
+   Justification:
+     Avoid performance regression on some old working copies.
+   Notes:
+     This stats table provides very valuable hints to the sqlite query
+     optimizer. Sqlite 3.8.x needs this for most of our queries.
+     .
+     See "Manual Control Of Query Plans Using SQLITE_STAT Tables"
+     on https://www.sqlite.org/optoverview.html#manctrl
+   Votes:
+     +1: philip, brane, rhuijben