Merge branch 'master' into gwenn-stmt-cache

This commit is contained in:
John Gallagher
2016-05-17 08:54:47 -05:00
20 changed files with 840 additions and 403 deletions

View File

@@ -88,7 +88,6 @@ impl<'conn> StatementCache<'conn> {
// is full
cache.pop_back(); // LRU dropped
}
stmt.reset_if_needed();
stmt.clear_bindings();
cache.push_front(stmt)
}