Skip to content

Commit c87b138

Browse files
committed
That should fix the debug assertion?
1 parent 9ba652c commit c87b138

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/db.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ cache_entry* db_entry_new(db_table* table){
532532

533533
#ifdef DEBUG_BUILD
534534
entry->lru_found = false;
535-
entry->lru_removed = true;
535+
entry->lru_removed = false;
536536
#endif
537537
return entry;
538538
}

0 commit comments

Comments
 (0)