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

Decrease the length to 63 to avoid BLR problems (CORE-749) - per Dmitry comment in fbdevel.

This commit is contained in:
Adriano dos Santos Fernandes 2016-06-13 16:02:52 +00:00
parent 869f6c7c3c
commit fc95191875

View File

@ -57,7 +57,7 @@ const ULONG MAX_STR_SIZE = 65535; // Bytes
// Metadata constants
const unsigned METADATA_IDENTIFIER_CHAR_LEN = 64;
const unsigned METADATA_IDENTIFIER_CHAR_LEN = 63;
const unsigned METADATA_BYTES_PER_CHAR = 4;
// Misc constant values