Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.
The "Regenerating_views_on_update" page has been changed by newacct. http://wiki.apache.org/couchdb/Regenerating_views_on_update?action=diff&rev1=7&rev2=8 -------------------------------------------------- break result = self.DB_NAME_EXPRESSION.search(data) if result: - db_name = result.groups()[0] + db_name = result.group(1) # Set to 0 if it hasn't been initialized before if db_name not in changed_docs: changed_docs[db_name] = 0
