ソースを参照

Merge pull request #902 from ehds:update-table-cache

PiperOrigin-RevId: 420517390
naive_version
Victor Costan 2年前
コミット
8796c44772
1個のファイルの変更4行の追加0行の削除
  1. +4
    -0
      db/table_cache.h

+ 4
- 0
db/table_cache.h ファイルの表示

@ -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

読み込み中…
キャンセル
保存