constants.h (Firebird-3.0.2.32703-0.tar.bz2) | : | constants.h (Firebird-3.0.4.33054-0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 453 | skipping to change at line 453 | |||
// The highest transaction number possible | // The highest transaction number possible | |||
const TraNumber MAX_TRA_NUMBER = 0x0000FFFFFFFFFFFF; // ~2.8 * 10^14 | const TraNumber MAX_TRA_NUMBER = 0x0000FFFFFFFFFFFF; // ~2.8 * 10^14 | |||
// Number of streams, conjuncts, indices that will be statically allocated | // Number of streams, conjuncts, indices that will be statically allocated | |||
// in various arrays. Larger numbers will have to be allocated dynamically | // in various arrays. Larger numbers will have to be allocated dynamically | |||
// CVC: I think we need to have a special, higher value for streams. | // CVC: I think we need to have a special, higher value for streams. | |||
const int OPT_STATIC_ITEMS = 64; | const int OPT_STATIC_ITEMS = 64; | |||
#define CURRENT_ENGINE "Engine12" | #define CURRENT_ENGINE "Engine12" | |||
#define EMBEDDED_PROVIDERS "Providers=" CURRENT_ENGINE | ||||
#endif // JRD_CONSTANTS_H | #endif // JRD_CONSTANTS_H | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |