We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c9f63 commit e20c309Copy full SHA for e20c309
src/jrd/val.h
@@ -49,7 +49,7 @@ class VaryingString : public pool_alloc_rpt<SCHAR, type_str>
49
UCHAR str_data[2]; // one byte for ALLOC and one for the NULL
50
};
51
52
-const ULONG MAX_RECORD_SIZE = 65535;
+const ULONG MAX_RECORD_SIZE = 1000000; // just to protect from misuse
53
54
namespace Jrd {
55
0 commit comments