mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 02:03:04 +01:00
Fixed the scrollable cursors code.
This commit is contained in:
parent
7ba40b4cb6
commit
8cfe59daad
@ -595,7 +595,7 @@ static void expand_index(WIN * window)
|
||||
while (pointer < endPointer) {
|
||||
|
||||
if (!priorPointer) {
|
||||
pointer = BTreeNode::readNode(&node, pointer, flags);
|
||||
pointer = BTreeNode::readNode(&node, pointer, flags, true);
|
||||
}
|
||||
|
||||
memcpy(key.key_data + node.prefix, node.data, node_length);
|
||||
|
Loading…
Reference in New Issue
Block a user