fix some signal resolve bug

This commit is contained in:
obdev
2022-12-01 04:05:41 +00:00
committed by ob-robot
parent ca751a26c4
commit 14ccc17b8c
4 changed files with 19 additions and 5 deletions

View File

@ -4243,7 +4243,7 @@ int ObSPIService::spi_process_resignal(pl::ObPLExecCtx *ctx,
if (result.is_null()) {
ret = OB_ERR_WRONG_VALUE_FOR_VAR;
LOG_WARN("error code is NULL", K(ret));
LOG_USER_ERROR(OB_ERR_WRONG_VALUE_FOR_VAR, static_cast<int32_t>(STRLEN("MYSQL_ERRNO")), "MYSQL_ERRNO",
LOG_USER_ERROR(OB_ERR_WRONG_VALUE_FOR_VAR, static_cast<int32_t>(STRLEN("MESSAGE_TEXT")), "MESSAGE_TEXT",
static_cast<int32_t>(STRLEN("NULL")), "NULL");
}
}