8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 07:23:04 +01:00

Totally misc.

This commit is contained in:
robocop 2007-04-19 07:51:22 +00:00
parent 1a1f3e6334
commit 0a0213ff84

View File

@ -510,7 +510,7 @@ static void checkForLowerKeySkip(
if (skipLowerKey && (node.length > lower.key_length))
{
// We've bigger data in the node as the lowerKey,
// We've bigger data in the node than in the lowerKey,
// now check the segment-number
const UCHAR *segp = node.data + lower.key_length;
@ -6706,7 +6706,7 @@ static bool scan(thread_db* tdbb, UCHAR* pointer, RecordBitmap** bitmap, RecordB
if (skipLowerKey && (node->btn_length > lowerKey.key_length))
{
// We've bigger data in the node as the lowerKey,
// We've bigger data in the node than in the lowerKey,
// now check the segment-number
const UCHAR *segp = node->btn_data + lowerKey.key_length;