[CP] [OBKV] add obkv error code for filter syntax error && rename query_sync to query_async && error code is overwritten

This commit is contained in:
shenyunlong.syl
2024-05-14 16:44:55 +00:00
committed by ob-robot
parent 1acdd6ecd5
commit 8700ec2bbe
21 changed files with 216 additions and 213 deletions

View File

@ -1701,7 +1701,7 @@ OB_SERIALIZE_MEMBER(ObTableQueryAndMutateResult,
affected_rows_,
affected_entity_);
OB_SERIALIZE_MEMBER((ObTableQuerySyncResult, ObTableQueryResult),
OB_SERIALIZE_MEMBER((ObTableQueryAsyncResult, ObTableQueryResult),
is_end_,
query_session_id_
);