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

This commit is contained in:
obdev
2024-02-08 21:14:08 +00:00
committed by ob-robot
parent e7d9918604
commit 685be8bbfb
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;