From 315abac945abf46d79eef228d988ec28ed69e1a0 Mon Sep 17 00:00:00 2001 From: Igor Canadi Date: Tue, 24 Mar 2015 09:42:38 -0700 Subject: [PATCH] Undeprecate GetLiveFiles() Summary: There is no alternative to GetLiveFiles() function Test Plan: none Reviewers: sdong Reviewed By: sdong Subscribers: dhruba, leveldb Differential Revision: https://reviews.facebook.net/D35805 --- include/rocksdb/db.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/rocksdb/db.h b/include/rocksdb/db.h index 77a7cf57e..2d601d4f8 100644 --- a/include/rocksdb/db.h +++ b/include/rocksdb/db.h @@ -496,8 +496,6 @@ class DB { // GetLiveFiles followed by GetSortedWalFiles can generate a lossless backup - // THIS METHOD IS DEPRECATED. Use the GetLiveFilesMetaData to get more - // detailed information on the live files. // Retrieve the list of all files in the database. The files are // relative to the dbname and are not absolute paths. The valid size of the // manifest file is returned in manifest_file_size. The manifest file is an -- GitLab