Fix: Commit asynchronously returns the packet, resulting in the affected row not being updated in time

This commit is contained in:
yaojing624
2024-01-03 19:13:39 +00:00
committed by ob-robot
parent 554cf27d1c
commit 46d1965660
2 changed files with 6 additions and 1 deletions

View File

@ -4005,7 +4005,6 @@ int ObQueryInfoEncoder::deserialize(ObSQLSessionInfo &sess, const char *buf, con
{
int ret = OB_SUCCESS;
int64_t affected_rows = 0;
int64_t found_rows = 0;
OB_UNIS_DECODE(affected_rows);
sess.set_affected_rows(affected_rows);
return ret;