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 2012/05/22 01:47:25 UTC

svn commit: r1341274 - /subversion/trunk/subversion/tests/libsvn_wc/wc-queries-test.c

Author: rhuijben
Date: Mon May 21 23:47:25 2012
New Revision: 1341274

URL: http://svn.apache.org/viewvc?rev=1341274&view=rev
Log:
* subversion/tests/libsvn_wc/wc-queries-test.c
  (slow_statements):
    Apply result from review of STMT_DELETE_PRISTINE_IF_UNREFERENCED statement.

Modified:
    subversion/trunk/subversion/tests/libsvn_wc/wc-queries-test.c

Modified: subversion/trunk/subversion/tests/libsvn_wc/wc-queries-test.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_wc/wc-queries-test.c?rev=1341274&r1=1341273&r2=1341274&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_wc/wc-queries-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_wc/wc-queries-test.c Mon May 21 23:47:25 2012
@@ -101,7 +101,6 @@ static const int slow_statements[] =
   STMT_INSERT_TARGET_WITH_CHANGELIST_DEPTH_FILES,
   STMT_INSERT_TARGET_WITH_CHANGELIST_DEPTH_IMMEDIATES,
   STMT_INSERT_TARGET_WITH_CHANGELIST_DEPTH_INFINITY,
-  STMT_DELETE_PRISTINE_IF_UNREFERENCED,
   STMT_SELECT_ALL_SERVER_EXCLUDED_NODES,
   STMT_SELECT_COMMITTABLE_EXTERNALS_BELOW,
   STMT_SELECT_EXTERNALS_DEFINED,
@@ -141,6 +140,10 @@ static const int slow_statements[] =
   /* Designed as slow */
   STMT_SELECT_UNREFERENCED_PRISTINES,
 
+  /* Slow, but just if foreign keys are enabled:
+   * STMT_DELETE_PRISTINE_IF_UNREFERENCED,
+   */
+
   -1 /* final marker */
 };