mnd: fix mnode dump db info with arb

This commit is contained in:
Minglei Jin 2024-04-11 10:48:54 +08:00
parent 0761692b14
commit 3d733370f0
1 changed files with 1 additions and 0 deletions

View File

@ -2212,6 +2212,7 @@ static void mndDumpDbInfoData(SMnode *pMnode, SSDataBlock *pBlock, SDbObj *pDb,
colDataSetVal(pColInfo, rows, (const char *)&pDb->cfg.s3KeepLocal, false);
pColInfo = taosArrayGet(pBlock->pDataBlock, cols++);
colDataSetVal(pColInfo, rows, (const char *)&pDb->cfg.s3Compact, false);
pColInfo = taosArrayGet(pBlock->pDataBlock, cols++);
colDataSetVal(pColInfo, rows, (const char *)&pDb->cfg.withArbitrator, false);
}