enh:modify error code passing

This commit is contained in:
lyh250-666 2024-09-20 15:20:04 +08:00
parent 116844208d
commit e45edbbda2
1 changed files with 1 additions and 1 deletions

View File

@ -1163,7 +1163,7 @@ static int32_t createTableListInfoFromParam(SOperatorInfo* pOperator) {
if (TSDB_CODE_DUP_KEY == terrno) {
continue;
}
return terrno;
return TSDB_CODE_OUT_OF_MEMORY;
}
info.uid = *pUid;