before user login successfully, use 500 tenant memory to save packet fragmentation

This commit is contained in:
496148326@qq.com 2024-11-21 07:15:00 +00:00 committed by ob-robot
parent 216e42b4a0
commit f6f926b144

View File

@ -75,7 +75,7 @@ public:
{
reset_parameter();
payload_buf_ = NULL;
tenant_id_ = OB_INVALID_TENANT_ID;
tenant_id_ = OB_SERVER_TENANT_ID;
}
~ObMysqlPktContext()