]> git.pld-linux.org Git - packages/Firebird.git/blobdiff - Firebird-64bit.patch
- release 8 (by relup.sh)
[packages/Firebird.git] / Firebird-64bit.patch
index 24b738c05854aa0145f621f01de371c10100f4cd..685aa75df2937cdf5afcf0f1cbaa04b65be6a143 100644 (file)
@@ -1,11 +1,20 @@
---- Firebird/src/jrd/tra.h.org 2007-02-28 11:21:45.794623000 +0100
-+++ Firebird/src/jrd/tra.h     2007-02-28 11:22:10.666623000 +0100
-@@ -127,7 +127,7 @@
- #define tra_precommitted    5 /* Transaction is precommitted */
- /* The highest transaction number possible.  This is 0x7fffffff if SLONG is 32 bits. */
--#define MAX_TRA_NUMBER                 (~(1L << (BITS_PER_LONG - 1)))
-+#define MAX_TRA_NUMBER                 (MAX_SLONG)
- /* Savepoint block */
- class sav : public pool_alloc<type_sav>
+--- Firebird-2.5.0.26074-0/src/gpre/pas.cpp.orig       2010-09-08 10:43:39.000000000 +0200
++++ Firebird-2.5.0.26074-0/src/gpre/pas.cpp    2010-10-28 08:44:04.123740205 +0200
+@@ -1800,7 +1800,7 @@
+       PAT args;
+       args.pat_database = (gpre_dbb*) init->nod_arg[3];
+       args.pat_vector1 = status_vector(action);
+-      args.pat_value1 = (int) init->nod_arg[2];
++      args.pat_value1 = (int) (IPTR)init->nod_arg[2];
+       args.pat_value2 = (int) event_list->nod_count;
+       args.pat_string1 = GDS_EVENT_WAIT;
+       args.pat_string2 = GDS_EVENT_COUNTS;
+@@ -1872,7 +1872,7 @@
+               gpre_sym* stack_name = (gpre_sym*) event_init->nod_arg[0];
+               if (!strcmp(event_name->sym_string, stack_name->sym_string))
+               {
+-                      ident = (int) event_init->nod_arg[2];
++                      ident = (int) (IPTR)event_init->nod_arg[2];
+                       database = (gpre_dbb*) event_init->nod_arg[3];
+               }
+       }
This page took 0.186211 seconds and 4 git commands to generate.