Merge pull request #22991 from taosdata/feat/TD-26127-audit-sql

revert dependency
This commit is contained in:
wade zhang 2023-09-20 17:23:05 +08:00 committed by GitHub
commit c428bca859
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -35,8 +35,7 @@ extern void auditRecordImp(SRpcMsg *pReq, int64_t clusterId, char *operation, ch
void auditRecord(SRpcMsg *pReq, int64_t clusterId, char *operation, char *target1, char *target2,
char *detail, int32_t len) {
//auditRecordImp(pReq, clusterId, operation, target1, target2, detail, len);
auditRecordImp(pReq, clusterId, operation, target1, target2, detail, 0);
auditRecordImp(pReq, clusterId, operation, target1, target2, detail, len);
}
#ifndef TD_ENTERPRISE