fix:[TD-258900]modify tmq trans conflict to db level

This commit is contained in:
wangmm0220 2023-08-23 16:46:33 +08:00
parent 8fc8aad1b5
commit f19c1ea3fe
1 changed files with 1 additions and 1 deletions

View File

@ -577,7 +577,7 @@ int32_t mndSetConsumerCommitLogs(SMnode *pMnode, STrans *pTrans, SMqConsumerObj
return 0;
}
static int32_t validateTopics(STrans *pTrans, const SArray *pTopicList, SMnode *pMnode, const char *pUser) {
static int32_t validateTopics(const SArray *pTopicList, SMnode *pMnode, const char *pUser) {
int32_t numOfTopics = taosArrayGetSize(pTopicList);
for (int32_t i = 0; i < numOfTopics; i++) {