Skip to content

Commit

Permalink
Merge pull request google#902 from ehds:update-table-cache
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 420517390
  • Loading branch information
pwnall committed Jan 9, 2022
2 parents e4ccaa0 + dbf24d9 commit 8796c44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions db/table_cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ class Env;
class TableCache {
public:
TableCache(const std::string& dbname, const Options& options, int entries);

TableCache(const TableCache&) = delete;
TableCache& operator=(const TableCache&) = delete;

~TableCache();

// Return an iterator for the specified file number (the corresponding
Expand Down

0 comments on commit 8796c44

Please sign in to comment.