From 134ca191cfa1e7679a60aa8a16bf33c55f5d7ae9 Mon Sep 17 00:00:00 2001 From: Cary Xu Date: Fri, 26 Nov 2021 09:53:14 +0800 Subject: [PATCH] update --- src/tsdb/src/tsdbMain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tsdb/src/tsdbMain.c b/src/tsdb/src/tsdbMain.c index afb213345e..b09f6ed4b5 100644 --- a/src/tsdb/src/tsdbMain.c +++ b/src/tsdb/src/tsdbMain.c @@ -750,7 +750,7 @@ static int tsdbRestoreLastColumns(STsdbRepo *pRepo, STable *pTable, SReadH* pRea memcpy(pLastCol->pData, pColData, bytes); // save row ts(in column 0) - // pDataCol = pReadh->pDCols[0]->cols + 0; + pDataCol = pReadh->pDCols[0]->cols + 0; // pCol = schemaColAt(pSchema, 0); // tdAppendColVal(memRowDataBody(row), tdGetColDataOfRow(pDataCol, rowId), pCol->type, pCol->offset); // pLastCol->ts = memRowKey(row); -- GitLab