Fix: Commit asynchronously returns the packet, resulting in the affected row not being updated in time
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user