Author: brane
Date: Tue Mar 17 01:20:14 2015
New Revision: 1667159
URL: http://svn.apache.org/r1667159
Log:
* branches/1.8.x/STATUS: Approve the r1664476 group.
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=1667159&r1=1667158&r2=1667159&view=diff
==============================================================================
--- subversion/branches/1.8.x/STATUS (original)
+++ subversion/branches/1.8.x/STATUS Tue Mar 17 01:20:14 2015
@@ -120,27 +120,6 @@ Candidate changes:
Votes:
+1: rhuijben, stsp
- * r1664476, r1664480, r1664481, r1664483, r1664507, r1664520, r1664521,
r1664523, r1664526, r1664527, r1665845, r1665850, r1665852
- Automatic create sqlite_stat1 table in wc.db if it doesn't exist.
- Justification:
- Avoid performance regression on some old working copies. Same
- fix is nominated for 1.9.0, while this problem also affects older
- versions.
- 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
- I (philip) think we cannot release 1.9.0 without this fix.
- .
- For 1.8.x this fix depends on the r1664531, r1664532, r1545134 group.
- The first two revisions avoid a huge testrun delay on Windows,
- while the third revision adds necessary plumbing needed for compilation
- of this group.
- Votes:
- +1: ivan, rhuijben
-
* r1619380, r1619393, r1660186
Fix diff of a locally copied directory with props: it showed all props
as added instead of a diff against the copy-from props.
@@ -173,3 +152,24 @@ Veto-blocked changes:
Approved changes:
=================
+
+ * r1664476, r1664480, r1664481, r1664483, r1664507, r1664520, r1664521,
r1664523, r1664526, r1664527, r1665845, r1665850, r1665852
+ Automatic create sqlite_stat1 table in wc.db if it doesn't exist.
+ Justification:
+ Avoid performance regression on some old working copies. Same
+ fix is nominated for 1.9.0, while this problem also affects older
+ versions.
+ 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
+ I (philip) think we cannot release 1.9.0 without this fix.
+ .
+ For 1.8.x this fix depends on the r1664531, r1664532, r1545134 group.
+ The first two revisions avoid a huge testrun delay on Windows,
+ while the third revision adds necessary plumbing needed for compilation
+ of this group.
+ Votes:
+ +1: ivan, rhuijben, brane