From c6f75516b7a13a0de4d197e0157b3191d28a4c18 Mon Sep 17 00:00:00 2001 From: atul Date: Thu, 6 Feb 2020 10:29:06 -0800 Subject: [PATCH] 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 --- include/rocksdb/db.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/rocksdb/db.h b/include/rocksdb/db.h index cee86e99f..e4b4f084f 100644 --- a/include/rocksdb/db.h +++ b/include/rocksdb/db.h @@ -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