mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 18:03:04 +01:00
Misc.
This commit is contained in:
parent
f73aadebc5
commit
35e0f1ca9e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user