mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 23:23:04 +01:00
Clear dp numbers cache before re-use RelationPages in next GTT instance
This commit is contained in:
parent
ca3c9b7893
commit
20ee05f92e
@ -520,4 +520,7 @@ 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_instance_id = 0;
|
||||
|
||||
dpMap.clear();
|
||||
dpMapMark = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user