[CP] Make estimate memtable row stable && fix mysql test cases

This commit is contained in:
ZenoWang
2024-02-09 10:25:32 +00:00
committed by ob-robot
parent 616ab4bf87
commit e75209b53f

View File

@ -1663,6 +1663,7 @@ int ObKeyBtree<BtreeKey, BtreeVal>::destroy(const bool is_batch_destroy)
WaitQuiescent(get_qsync()); WaitQuiescent(get_qsync());
tg.click(); tg.click();
} }
split_info_ = 0;
return OB_SUCCESS; return OB_SUCCESS;
} }