From 0f3bc594c57d048d329708a6c91edf5bb5be3719 Mon Sep 17 00:00:00 2001 From: Paul Joseph Davis Date: Thu, 18 Feb 2010 19:55:55 +0000 Subject: Fixes COUCHDB-640 - Reset views with invalid update seqs. If a database is restored to a previous version, and the view files are not updated appropriately they will contain data from the database after the reverted-to-update_seq. This patch checks that the update sequence recorded in a view is less than or equal to the update sequence of the database. Patch is by Filipe Manana. Execellent work once again. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@911544 13f79535-47bb-0310-9956-ffa450edef68 --- share/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'share/Makefile.am') diff --git a/share/Makefile.am b/share/Makefile.am index 69f5baaf..5343801f 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -34,8 +34,10 @@ CLEANFILES = $(JS_FILE) EXTRA_DIST = $(JS_FILE_COMPONENTS) $(JS_FILE_COMPONENTS_LAST) +nobase_localdata_SCRIPTS = \ + $(JS_FILE) + nobase_dist_localdata_DATA = \ - $(JS_FILE) \ www/config.html \ www/couch_tests.html \ www/custom_test.html \ -- cgit v1.2.3