提交 404d63ac 编写于 作者: M Mayank Agarwal

Add TODO for DBToStackableDB function which doesn't work yet

Summary:

Test Plan:

Reviewers:

CC:

Task ID: #

Blame Rev:
上级 af732c7b
......@@ -20,6 +20,8 @@ class StackableDB : public DB {
}
// convert a DB to StackableDB
// TODO: This function does not work yet. Passing nullptr to StackableDB in
// NewStackableDB's constructor will cause segfault on object's usage
static StackableDB* DBToStackableDB(DB* db) {
class NewStackableDB : public StackableDB {
public:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册