mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
Raised the record size limit
This commit is contained in:
parent
99c9f63f87
commit
e20c3096f6
@ -49,7 +49,7 @@ public:
|
|||||||
UCHAR str_data[2]; // one byte for ALLOC and one for the NULL
|
UCHAR str_data[2]; // one byte for ALLOC and one for the NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
const ULONG MAX_RECORD_SIZE = 65535;
|
const ULONG MAX_RECORD_SIZE = 1000000; // just to protect from misuse
|
||||||
|
|
||||||
namespace Jrd {
|
namespace Jrd {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user