mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:43:02 +01:00
Totally misc.
This commit is contained in:
parent
2c2299d521
commit
9a61c5185f
@ -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>
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user