mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 00:03:03 +01:00
Clear dp numbers cache before re-use RelationPages in next GTT instance
This commit is contained in:
parent
ca3c9b7893
commit
0e0d70998e
@ -519,5 +519,9 @@ void RelationPages::free(RelationPages*& nextFree)
|
||||
|
||||
rel_index_root = rel_data_pages = 0;
|
||||
rel_slot_space = rel_pri_data_space = rel_sec_data_space = 0;
|
||||
rel_last_free_pri_dp = 0;
|
||||
rel_instance_id = 0;
|
||||
|
||||
dpMap.clear();
|
||||
dpMapMark = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user