This commit is contained in:
Hongze Cheng 2021-11-16 15:51:11 +08:00
parent 81488ee35c
commit 6cb65f4385
1 changed files with 5 additions and 5 deletions

View File

@ -110,11 +110,11 @@ static int vnodeOpenImpl(SVnode *pVnode) {
// TODO: Open TQ
sprintf(dir, "%s/wal", pVnode->path);
pVnode->pTq = tqOpen(dir, NULL /* TODO */);
if (pVnode->pTq == NULL) {
// TODO: handle error
return -1;
}
// pVnode->pTq = tqOpen(dir, NULL /* TODO */);
// if (pVnode->pTq == NULL) {
// // TODO: handle error
// return -1;
// }
// Open WAL
sprintf(dir, "%s/wal", pVnode->path);