more
This commit is contained in:
parent
81488ee35c
commit
6cb65f4385
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue