mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
fix:add tools to get tmq offset
This commit is contained in:
parent
5f700d59bd
commit
9bb921d5a8
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ int32_t tqOffsetRestoreFromFile(const char* fname) {
|
|||
}
|
||||
|
||||
tDecoderClear(&decoder);
|
||||
printf("subkey:%s, type:%d, uid/version:%lld, ts:%"PRId64"\n",
|
||||
printf("subkey:%s, type:%d, uid/version:%"PRId64", ts:%"PRId64"\n",
|
||||
offset.subKey, offset.val.type, offset.val.uid, offset.val.ts);
|
||||
taosMemoryFree(memBuf);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue