]> git.pld-linux.org Git - packages/Firebird.git/blame - Firebird-64bit.patch
- up to 2.1.0.17798-0
[packages/Firebird.git] / Firebird-64bit.patch
CommitLineData
6bcd2e61
AM
1--- Firebird/src/jrd/tra.h.org 2007-02-28 11:21:45.794623000 +0100
2+++ Firebird/src/jrd/tra.h 2007-02-28 11:22:10.666623000 +0100
3@@ -127,7 +127,7 @@
4 #define tra_precommitted 5 /* Transaction is precommitted */
5
6 /* The highest transaction number possible. This is 0x7fffffff if SLONG is 32 bits. */
7-#define MAX_TRA_NUMBER (~(1L << (BITS_PER_LONG - 1)))
8+#define MAX_TRA_NUMBER (MAX_SLONG)
9 /* Savepoint block */
10
11 class sav : public pool_alloc<type_sav>
This page took 0.06999 seconds and 4 git commands to generate.