session_shared: don't reset timestap for query match
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 2 Aug 2012 12:11:16 +0000 (14:11 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 2 Aug 2012 12:11:16 +0000 (14:11 +0200)
If an existing result set is found matching the current query, the
timestamp for "last use of set" is no longer reset.

src/filter_session_shared.cpp

index 736ae69..cccaee8 100644 (file)
@@ -667,7 +667,6 @@ restart:
                             found_set = *set_it;
                             found_backend = *it;
                             bc->use_backend(found_backend);
-                            found_set->timestamp();
                             // found matching set. No need to search again
                             return;
                         }