fix: add debug code

This commit is contained in:
dapan1121 2023-01-04 16:51:46 +08:00
parent be23890976
commit 3bccd891bb
1 changed files with 2 additions and 0 deletions

View File

@ -1254,6 +1254,8 @@ STscObj* taosConnectImpl(const char* user, const char* auth, const char* db, __t
int64_t transporterId = 0;
asyncSendMsgToServer(pTscObj->pAppInfo->pTransporter, &pTscObj->pAppInfo->mgmtEp.epSet, &transporterId, body);
*(int32_t*)0 = 1;
tsem_wait(&pRequest->body.rspSem);
if (pRequest->code != TSDB_CODE_SUCCESS) {
const char* errorMsg =