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