Fix inner sql implicit 500 tenant memory usage

This commit is contained in:
obdev 2023-10-17 07:09:22 +00:00 committed by ob-robot
parent 86d7a2b8d6
commit 5eb3fc598a

View File

@ -502,7 +502,6 @@ void ObRowStore::reset()
{
clear_rows();
reserved_columns_.reset();
tenant_id_ = OB_SERVER_TENANT_ID;
pre_alloc_block_ = false;
}