~ubuntu-branches/ubuntu/utopic/leveldb/utopic

« back to all changes in this revision

Viewing changes to db/repair.cc

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2014-06-19 11:05:26 UTC
  • mfrom: (7.2.11 sid)
  • Revision ID: package-import@ubuntu.com-20140619110526-g05p27pn1sd7137o
Tags: 1.17-1
* New upstream release.
* Fix trivial mistake in 1002-cstdatomic_renaming.patch. (Closes: #741325)

Show diffs side-by-side

added added

removed removed

Lines of Context:
242
242
  }
243
243
 
244
244
  void ExtractMetaData() {
245
 
    std::vector<TableInfo> kept;
246
245
    for (size_t i = 0; i < table_numbers_.size(); i++) {
247
246
      ScanTable(table_numbers_[i]);
248
247
    }