insert into select add retry ret=OB_SQL_RETRY_SPM

This commit is contained in:
obdev 2024-10-12 06:26:00 +00:00 committed by ob-robot
parent ed267cd243
commit 162bf5ab15

View File

@ -444,6 +444,7 @@ static inline bool is_direct_load_retry_err(const int ret)
|| ret == OB_SCHEMA_NOT_UPTODATE
|| ret == OB_ERR_WAIT_REMOTE_SCHEMA_REFRESH
|| ret == OB_ERR_REMOTE_SCHEMA_NOT_FULL
|| ret == OB_SQL_RETRY_SPM
;
}