提交 6cb65f43 编写于 作者: H Hongze Cheng

more

上级 81488ee3
...@@ -110,11 +110,11 @@ static int vnodeOpenImpl(SVnode *pVnode) { ...@@ -110,11 +110,11 @@ static int vnodeOpenImpl(SVnode *pVnode) {
// TODO: Open TQ // TODO: Open TQ
sprintf(dir, "%s/wal", pVnode->path); sprintf(dir, "%s/wal", pVnode->path);
pVnode->pTq = tqOpen(dir, NULL /* TODO */); // pVnode->pTq = tqOpen(dir, NULL /* TODO */);
if (pVnode->pTq == NULL) { // if (pVnode->pTq == NULL) {
// TODO: handle error // // TODO: handle error
return -1; // return -1;
} // }
// Open WAL // Open WAL
sprintf(dir, "%s/wal", pVnode->path); sprintf(dir, "%s/wal", pVnode->path);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册