floating-point expressions shall not be directly or indirectly tested for equality or inequality

This commit is contained in:
hnwyllmm
2022-11-25 03:38:33 +00:00
committed by wangzelin.wzl
parent 2f92ff4ea7
commit fc25b8c5d1
6 changed files with 9 additions and 8 deletions

View File

@ -629,7 +629,7 @@ int ObSqlTransControl::stmt_refresh_snapshot(ObExecContext &exec_ctx) {
} else if (OB_FAIL(get_tx_service(session, txs))) {
LOG_WARN("failed to get transaction service", K(ret));
} else if (OB_FAIL(stmt_setup_snapshot_(session, das_ctx, plan, plan_ctx, txs))) {
LOG_WARN("failed to set sanpshot", K(ret));
LOG_WARN("failed to set snapshot", K(ret));
}
return ret;
}