Add TODO for DBToStackableDB function which doesn't work yet

Summary:

Test Plan:

Reviewers:

CC:

Task ID: #

Blame Rev:
This commit is contained in:
Mayank Agarwal
2013-08-20 21:32:24 -07:00
parent af732c7ba8
commit 404d63ac3e

View File

@@ -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: