From 9a61c5185f788d52a702f741d8d6c4a193965c3d Mon Sep 17 00:00:00 2001 From: robocop Date: Tue, 19 Dec 2006 08:36:48 +0000 Subject: [PATCH] Totally misc. --- doc/README.intl | 2 +- src/jrd/btr.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/README.intl b/doc/README.intl index 8c4dd67023..2f390ed655 100644 --- a/doc/README.intl +++ b/doc/README.intl @@ -171,7 +171,7 @@ Not all implemented character sets and collations need to be listed in the manif After installed in the server, they should be registered in the database's system tables (rdb$character_sets and rdb$collations). One script file with stored procedures to register/unregister is provided in misc/intl.sql. -In FB 2.1, don't use misc/intl.sql for collations anymore, now a DDL command exist for this task. +In FB 2.1, don't use misc/intl.sql for collations anymore, now a DDL command exists for this task. Syntax: CREATE COLLATION diff --git a/src/jrd/btr.cpp b/src/jrd/btr.cpp index 5073cfd98c..7eb5068ecb 100644 --- a/src/jrd/btr.cpp +++ b/src/jrd/btr.cpp @@ -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;