fiix annotation error (#1072)

This commit is contained in:
xiaoleizi2016
2022-09-21 20:32:26 +08:00
committed by GitHub
parent d9494719f4
commit ef9d44a2e4

View File

@ -706,7 +706,7 @@ OB_INLINE int ObMPQuery::do_process(
// even though sql audit disabled // even though sql audit disabled
audit_record.tenant_id_=session.get_effective_tenant_id(); audit_record.tenant_id_=session.get_effective_tenant_id();
update_audit_info(total_wait_desc, audit_record); update_audit_info(total_wait_desc, audit_record);
// Tetry: // retry:
// 1. rs.open fail // 1. rs.open fail
// 2. no data send to client // 2. no data send to client
// 3. need_retry(result, ret): schema or location cache expired // 3. need_retry(result, ret): schema or location cache expired