[TD-1920]disable log
This commit is contained in:
parent
9050532645
commit
6f7a349f48
|
@ -3261,7 +3261,7 @@ static int32_t mnodeCompactSuperTables() {
|
||||||
.rowSize = sizeof(SSTableObj) + schemaSize,
|
.rowSize = sizeof(SSTableObj) + schemaSize,
|
||||||
};
|
};
|
||||||
|
|
||||||
mInfo("compact super %" PRIu64, pTable->uid);
|
//mInfo("compact super %" PRIu64, pTable->uid);
|
||||||
|
|
||||||
sdbInsertCompactRow(&row);
|
sdbInsertCompactRow(&row);
|
||||||
}
|
}
|
||||||
|
@ -3287,7 +3287,7 @@ static int32_t mnodeCompactChildTables() {
|
||||||
.pTable = tsChildTableSdb,
|
.pTable = tsChildTableSdb,
|
||||||
};
|
};
|
||||||
|
|
||||||
mInfo("compact child %" PRIu64 ":%d", pTable->uid, pTable->tid);
|
//mInfo("compact child %" PRIu64 ":%d", pTable->uid, pTable->tid);
|
||||||
|
|
||||||
sdbInsertCompactRow(&row);
|
sdbInsertCompactRow(&row);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue