提交 6dff0bca 编写于 作者: K kailixu

chore: add vgId

上级 15b1eb23
...@@ -695,10 +695,10 @@ static int32_t sdbProcessDumpWal(SWalHead *hparam) { ...@@ -695,10 +695,10 @@ static int32_t sdbProcessDumpWal(SWalHead *hparam) {
snprintf(act, 10, "%d", action); snprintf(act, 10, "%d", action);
} }
sdbInfo("sdbWal, act:%s, type:%" PRIi8 ", tableId:%s, suid:%" PRIu64 ", uid:%" PRIu64 sdbInfo("sdbWal, act:%s, type:%" PRIi8 ", tableId:%s, vgId:%d, suid:%" PRIu64 ", uid:%" PRIu64
", tid:%d, create:%s, sver:%d, schema:%s", ", tid:%d, create:%s, sver:%d, schema:%s",
act, pObj->info.type, pObj->info.tableId, pObj->suid, pObj->uid, pObj->tid, ts, pObj->sversion, act, pObj->info.type, pObj->info.tableId, pObj->vgId, pObj->suid, pObj->uid, pObj->tid, ts,
pBuf ? pBuf : ""); pObj->sversion, pBuf ? pBuf : "");
tfree(pBuf); tfree(pBuf);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册