Correct description of GetColumnFamilyMetaData (#4196)
Summary: The inline doc was incorrectly mentioned a return status while the function does not return a value. Pull Request resolved: https://github.com/facebook/rocksdb/pull/4196 Differential Revision: D9030927 Pulled By: maysamyabandeh fbshipit-source-id: 07c34dc6bf521021bf790ac1bfedb676171129ec
This commit is contained in:
parent
e0906eb785
commit
c33b32671e
@ -996,11 +996,6 @@ class DB {
|
|||||||
std::vector<LiveFileMetaData>* /*metadata*/) {}
|
std::vector<LiveFileMetaData>* /*metadata*/) {}
|
||||||
|
|
||||||
// Obtains the meta data of the specified column family of the DB.
|
// Obtains the meta data of the specified column family of the DB.
|
||||||
// Status::NotFound() will be returned if the current DB does not have
|
|
||||||
// any column family match the specified name.
|
|
||||||
//
|
|
||||||
// If cf_name is not specified, then the metadata of the default
|
|
||||||
// column family will be returned.
|
|
||||||
virtual void GetColumnFamilyMetaData(ColumnFamilyHandle* /*column_family*/,
|
virtual void GetColumnFamilyMetaData(ColumnFamilyHandle* /*column_family*/,
|
||||||
ColumnFamilyMetaData* /*metadata*/) {}
|
ColumnFamilyMetaData* /*metadata*/) {}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user