Merge pull request #29184 from taosdata/fix/main/compile
fix enterprise comipile
This commit is contained in:
commit
88f1c52a00
|
@ -77,7 +77,7 @@ static int32_t stmtCreateRequest(STscStmt2* pStmt) {
|
|||
}
|
||||
if (pStmt->db != NULL) {
|
||||
taosMemoryFreeClear(pStmt->exec.pRequest->pDb);
|
||||
pStmt->exec.pRequest->pDb = strdup(pStmt->db);
|
||||
pStmt->exec.pRequest->pDb = taosStrdup(pStmt->db);
|
||||
}
|
||||
if (TSDB_CODE_SUCCESS == code) {
|
||||
pStmt->exec.pRequest->syncQuery = true;
|
||||
|
|
Loading…
Reference in New Issue