提交 b97e8808 编写于 作者: H Hongze Cheng

more

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