8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:43:02 +01:00

Totally misc.

This commit is contained in:
robocop 2006-12-19 08:36:48 +00:00
parent 2c2299d521
commit 9a61c5185f
2 changed files with 2 additions and 2 deletions

View File

@ -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 <name>

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;