mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 02:43:03 +01:00
Backported fix for CORE-1046.
This commit is contained in:
parent
de78c4293a
commit
f35e9e37da
@ -46,6 +46,8 @@ const UCHAR SPECIAL_DOUBLE = dtype_d_float;
|
||||
|
||||
#endif
|
||||
|
||||
const ULONG MAX_FORMAT_SIZE = 65535;
|
||||
|
||||
namespace Jrd {
|
||||
|
||||
#ifndef REQUESTER
|
||||
@ -78,9 +80,6 @@ public:
|
||||
};
|
||||
#endif /* REQUESTER */
|
||||
|
||||
const ULONG MAX_FORMAT_SIZE = 65535;
|
||||
|
||||
|
||||
/* A macro to define a local vary stack variable of a given length
|
||||
Usage: VARY_STR(5) my_var; */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user