8
0
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:
dimitr 2006-04-19 06:56:05 +00:00
parent 7ba40b4cb6
commit 8cfe59daad

View File

@ -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);