Commit bc2ff59 1 parent 9a270f3 commit bc2ff59 Copy full SHA for bc2ff59
File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ class DB {
260
260
261
261
// GetLiveFiles followed by GetSortedWalFiles can generate a lossless backup
262
262
263
- // THIS METHOD IS DEPRECATED. Use the GetTableMetaData to get more
263
+ // THIS METHOD IS DEPRECATED. Use the GetLiveFilesMetaData to get more
264
264
// detailed information on the live files.
265
265
// Retrieve the list of all files in the database. The files are
266
266
// relative to the dbname and are not absolute paths. The valid size of the
@@ -301,9 +301,7 @@ class DB {
301
301
302
302
// Returns a list of all table files with their level, start key
303
303
// and end key
304
- virtual void GetLiveFilesMetaData (
305
- std::vector<LiveFileMetaData> *metadata) {
306
- }
304
+ virtual void GetLiveFilesMetaData (std::vector<LiveFileMetaData>* metadata) {}
307
305
308
306
// Sets the globally unique ID created at database creation time by invoking
309
307
// Env::GenerateUniqueId(), in identity. Returns Status::OK if identity could
You can’t perform that action at this time.
0 commit comments