From: Steinar H. Gunderson Date: Sat, 9 Mar 2019 17:13:53 +0000 (+0100) Subject: Use REPLACE instead of INSERT + DELETE for frame files. X-Git-Tag: 1.8.3~14 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=6a2b68fa99bfd87e9b67edddef025b53188633ae Use REPLACE instead of INSERT + DELETE for frame files. --- diff --git a/futatabi/db.cpp b/futatabi/db.cpp index 1ad17cb..33d88d4 100644 --- a/futatabi/db.cpp +++ b/futatabi/db.cpp @@ -262,26 +262,6 @@ void DB::store_frame_file(const string &filename, size_t size, const vector seen_stream_idx; // Usually only one. @@ -307,7 +287,7 @@ void DB::store_frame_file(const string &filename, size_t size, const vector