8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:03:04 +01:00
This commit is contained in:
robocop 2008-12-31 09:58:43 +00:00
parent f73aadebc5
commit 35e0f1ca9e

View File

@ -663,7 +663,7 @@ bool BePlusTree<Value, Key, Allocator, KeyOfValue, Cmp, LeafCount, NodeCount>::a
// MAP_NEW_PAGE means that element is on new page
// In case of low memory condition we use this data to recover to innocent state
size_t recovery_map[MAX_TREE_LEVEL];
const size_t MAP_NEW_PAGE = ~((size_t)0);
const size_t MAP_NEW_PAGE = ~((size_t) 0);
if (pos == LeafCount) {
newLeaf->insert(0, item);