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

Raised the record size limit

This commit is contained in:
Dmitry Yemanov 2022-10-06 21:10:29 +03:00
parent 99c9f63f87
commit e20c3096f6

View File

@ -49,7 +49,7 @@ public:
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 {