8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 04:03:03 +01:00
This commit is contained in:
asfernandes 2006-07-30 02:03:13 +00:00
parent 11a46d6a37
commit a306af2af3
3 changed files with 3 additions and 3 deletions

View File

@ -141,7 +141,7 @@ public:
return false; return false;
} }
const T val_aligned = value & ~(T)(BUNCH_BITS-1); const T val_aligned = value & ~(T)(BUNCH_BITS - 1);
if (tree.locate(val_aligned)) { if (tree.locate(val_aligned)) {
const BUNCH_T bit_mask = BUNCH_ONE << (value - val_aligned); const BUNCH_T bit_mask = BUNCH_ONE << (value - val_aligned);
Bucket *current_bucket = &tree.current(); Bucket *current_bucket = &tree.current();

View File

@ -90,7 +90,7 @@ CS_737, CS_775, CS_858, CS_862, CS_864, CS_866, CS_869
#define CS_KOI8R 63 /* Russian KOI8R */ #define CS_KOI8R 63 /* Russian KOI8R */
#define CS_KOI8U 64 /* Ukrainian KOI8U */ #define CS_KOI8U 64 /* Ukrainian KOI8U */
#define CS_WIN1258 65 /* Windows cp 1257 */ #define CS_WIN1258 65 /* Windows cp 1258 */
#define CS_TIS620 66 /* TIS620 */ #define CS_TIS620 66 /* TIS620 */
#define CS_GBK 67 /* GBK */ #define CS_GBK 67 /* GBK */

View File

@ -415,6 +415,6 @@ CHARSET("TIS620", CS_TIS620, 0, 1, 256, NULL, NULL, TEXTTYPE_ATTR_PAD_SPACE)
COLLATION("TIS620_UNICODE", CC_INTL, CS_TIS620, 1, NULL, TEXTTYPE_ATTR_PAD_SPACE) COLLATION("TIS620_UNICODE", CC_INTL, CS_TIS620, 1, NULL, TEXTTYPE_ATTR_PAD_SPACE)
END_CHARSET END_CHARSET
CHARSET("GBK", CS_GBK, 0, 2, 256, NULL, NULL, TEXTTYPE_ATTR_PAD_SPACE) CHARSET("GBK", CS_GBK, 0, 2, 21688, NULL, NULL, TEXTTYPE_ATTR_PAD_SPACE)
COLLATION("GBK_UNICODE", CC_INTL, CS_GBK, 1, NULL, TEXTTYPE_ATTR_PAD_SPACE) COLLATION("GBK_UNICODE", CC_INTL, CS_GBK, 1, NULL, TEXTTYPE_ATTR_PAD_SPACE)
END_CHARSET END_CHARSET