DB::PutEntity() shouldn't be defined as =0 (#10364)
Summary: DB::PutEntity() is defined as 0, but it is actually implemented in db/db_impl/db_impl_write.cc. It is incorrect, and might cause problems when users implement class DB themselves. Pull Request resolved: https://github.com/facebook/rocksdb/pull/10364 Test Plan: See existing tests pass Reviewed By: riversand963 Differential Revision: D37874886 fbshipit-source-id: b81713ddb707720b52d57a15de56a59414c24f66main
parent
a3acf2ef87
commit
00e68e7a30
Loading…
Reference in new issue