Fixing the documentation of the function (#4803)
Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/6354 Differential Revision: D19725459 Pulled By: riversand963 fbshipit-source-id: fded24576251bfa4b289399f0909f1fe43426e28
This commit is contained in:
parent
f5f79f01a2
commit
c6f75516b7
@ -1410,9 +1410,9 @@ class DB {
|
||||
|
||||
#endif // ROCKSDB_LITE
|
||||
|
||||
// Sets the globally unique ID created at database creation time by invoking
|
||||
// Env::GenerateUniqueId(), in identity. Returns Status::OK if identity could
|
||||
// be set properly
|
||||
// Returns the unique ID which is read from IDENTITY file during the opening
|
||||
// of database by setting in the identity variable
|
||||
// Returns Status::OK if identity could be set properly
|
||||
virtual Status GetDbIdentity(std::string& identity) const = 0;
|
||||
|
||||
// Returns default column family handle
|
||||
|
Loading…
Reference in New Issue
Block a user