Author: julianfoad
Date: Tue Mar 22 13:21:26 2011
New Revision: 1084166
URL: http://svn.apache.org/viewvc?rev=1084166&view=rev
Log:
* subversion/libsvn_wc/wc-metadata.sql
Remove CRs that were introduced recently, as they break the build.
Modified:
subversion/trunk/subversion/libsvn_wc/wc-metadata.sql
Modified: subversion/trunk/subversion/libsvn_wc/wc-metadata.sql
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc-metadata.sql?rev=1084166&r1=1084165&r2=1084166&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc-metadata.sql (original)
+++ subversion/trunk/subversion/libsvn_wc/wc-metadata.sql Tue Mar 22 13:21:26
2011
@@ -489,9 +489,9 @@ CREATE INDEX I_NODES_PARENT ON NODES (wc
current view.
*/
CREATE VIEW NODES_CURRENT AS
- SELECT * FROM nodes AS n
- WHERE op_depth = (SELECT MAX(op_depth) FROM nodes AS n2
- WHERE n2.wc_id = n.wc_id
+ SELECT * FROM nodes AS n
+ WHERE op_depth = (SELECT MAX(op_depth) FROM nodes AS n2
+ WHERE n2.wc_id = n.wc_id
AND n2.local_relpath = n.local_relpath)
/* Many queries have to filter the nodes table to pick only that version