[OBCDC] Fix the bug that obcdc exit when query server failed

This commit is contained in:
zxlzxlzxlzxlzxl
2023-06-08 12:17:52 +00:00
committed by ob-robot
parent c8b8c44570
commit 36a2aa60b1

View File

@ -1438,7 +1438,7 @@ int ObLogSysTableHelper::do_query_(MySQLQueryBase &query)
ret = OB_SUCCESS;
}
if ((OB_SUCC(ret)) && !done) {
if (!done) {
ret = OB_NEED_RETRY;
}
}